#A74042

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

Shades of Night Shadz #A74042

Tints of Night Shadz #A74042

Color information

#A74042 (or 0xA74042) is unknown color: approx Night Shadz. HEX triplet: A7, 40 and 42. RGB value is (167,64,66). Sum of RGB (Red+Green+Blue) = 167+64+66=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A74042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74042 is #58BFBD. Grayscale: #5F5F5F. Windows color (decimal): -5816254 or 4341927. OLE color: 4341927.

HSL color Cylindrical-coordinate representation of color #A74042: hue angle of 358.83º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74042 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1676466-
CMYK00.620.600.35
HSL358.83º44.59%45.29%-
HSV(B)358.83º61.68%65.49%-
XYZ18.7512.286.54-
YUV95.02111.62179.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=56.23%
G=21.55%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167646600.620.600.35358.8344.5945.29
HexA7404203E3C231672d2d
Octal24710010207674435475555
Binary10100111100000010000100111110111100100011101100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74042; }

 p { color: rgb(167,64,66); }

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

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

 a { background-color: rgb(167,64,66); }

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

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

 span { border-color: rgb(167,64,66); }

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