#A8474B

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

Shades of Night Shadz #A8474B

Tints of Night Shadz #A8474B

Color information

#A8474B (or 0xA8474B) is unknown color: approx Night Shadz. HEX triplet: A8, 47 and 4B. RGB value is (168,71,75). Sum of RGB (Red+Green+Blue) = 168+71+75=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8474B is #57B8B4. Grayscale: #646464. Windows color (decimal): -5748917 or 4933544. OLE color: 4933544.

HSL color Cylindrical-coordinate representation of color #A8474B: hue angle of 357.53º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8474B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB1687175-
CMYK00.580.550.34
HSL357.53º40.59%46.86%-
HSV(B)357.53º57.74%65.88%-
XYZ19.6713.348.19-
YUV100.46113.64176.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=53.50%
G=22.61%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168717500.580.550.34357.5340.5946.86
HexA8474B03A3722166292f
Octal25010711307267425465157
Binary10101000100011110010110111010110111100010101100110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8474B; }

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

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

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

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

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

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

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

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