#A0474C

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

Shades of Night Shadz #A0474C

Tints of Night Shadz #A0474C

Color information

#A0474C (or 0xA0474C) is unknown color: approx Night Shadz. HEX triplet: A0, 47 and 4C. RGB value is (160,71,76). Sum of RGB (Red+Green+Blue) = 160+71+76=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0474C is #5FB8B3. Grayscale: #626262. Windows color (decimal): -6273204 or 4999072. OLE color: 4999072.

HSL color Cylindrical-coordinate representation of color #A0474C: hue angle of 356.63º 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 #A0474C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1607176-
CMYK00.560.520.37
HSL356.63º38.53%45.29%-
HSV(B)356.63º55.62%62.75%-
XYZ18.0512.58.3-
YUV98.18115.49172.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=52.12%
G=23.13%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160717600.560.520.37356.6338.5345.29
HexA0474C0383425165272d
Octal24010711407064455454755
Binary10100000100011110011000111000110100100101101100101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0474C; }

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

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

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

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

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

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

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

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