#A74749

Color #A74749 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A74749

Tints of Night Shadz #A74749

Color information

#A74749 (or 0xA74749) is unknown color: approx Night Shadz. HEX triplet: A7, 47 and 49. RGB value is (167,71,73). Sum of RGB (Red+Green+Blue) = 167+71+73=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74749 is #58B8B6. Grayscale: #646464. Windows color (decimal): -5814455 or 4802471. OLE color: 4802471.

HSL color Cylindrical-coordinate representation of color #A74749: hue angle of 358.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74749 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1677173-
CMYK00.570.560.35
HSL358.75º40.34%46.67%-
HSV(B)358.75º57.49%65.49%-
XYZ19.3913.27.83-
YUV99.93112.8175.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=53.70%
G=22.83%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167717300.570.560.35358.7540.3446.67
HexA747490393823167282f
Octal24710711107170435475057
Binary10100111100011110010010111001111000100011101100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74749; }

 p { color: rgb(167,71,73); }

 H1.HeaderClassName
 {
   color: #A74749;
 }
 .AnyTagClassName
 {
   color: #A74749;
 }
</style>
background-color css

<style>
 a { background-color: #A74749; }

 a { background-color: rgb(167,71,73); }

 div.DivClassName
 {
   background-color: #A74749;
 }
 .BgClassName
 {
   background-color: #A74749;
 }
</style>
border-color css

<style>
 span { border-color: #A74749; }

 span { border-color: rgb(167,71,73); }

 td.TdClassName
 {
   border-color: #A74749;
 }
 .TagClassName
 {
   border-color: #A74749;
 }
</style>