#A4474B

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

Shades of Night Shadz #A4474B

Tints of Night Shadz #A4474B

Color information

#A4474B (or 0xA4474B) is unknown color: approx Night Shadz. HEX triplet: A4, 47 and 4B. RGB value is (164,71,75). Sum of RGB (Red+Green+Blue) = 164+71+75=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4474B is #5BB8B4. Grayscale: #636363. Windows color (decimal): -6011061 or 4933540. OLE color: 4933540.

HSL color Cylindrical-coordinate representation of color #A4474B: hue angle of 357.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4474B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1647175-
CMYK00.570.540.36
HSL357.42º39.57%46.08%-
HSV(B)357.42º56.71%64.31%-
XYZ18.8312.918.16-
YUV99.26114.31174.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=52.90%
G=22.90%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164717500.570.540.36357.4239.5746.08
HexA4474B0393624165282e
Octal24410711307166445455056
Binary10100100100011110010110111001110110100100101100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4474B; }

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

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

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

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

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

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

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

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