#A0474B

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

Shades of Night Shadz #A0474B

Tints of Night Shadz #A0474B

Color information

#A0474B (or 0xA0474B) is unknown color: approx Night Shadz. HEX triplet: A0, 47 and 4B. RGB value is (160,71,75). Sum of RGB (Red+Green+Blue) = 160+71+75=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0474B is #5FB8B4. Grayscale: #626262. Windows color (decimal): -6273205 or 4933536. OLE color: 4933536.

HSL color Cylindrical-coordinate representation of color #A0474B: hue angle of 357.3º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0474B is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1607175-
CMYK00.560.530.37
HSL357.3º38.53%45.29%-
HSV(B)357.3º55.62%62.75%-
XYZ18.0212.498.12-
YUV98.07114.99172.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=52.29%
G=23.20%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160717500.560.530.37357.338.5345.29
HexA0474B0383525165272d
Octal24010711307065455454755
Binary10100000100011110010110111000110101100101101100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0474B; }

 p { color: rgb(160,71,75); }

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

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

 a { background-color: rgb(160,71,75); }

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

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

 span { border-color: rgb(160,71,75); }

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