#A3474B

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

Shades of Night Shadz #A3474B

Tints of Night Shadz #A3474B

Color information

#A3474B (or 0xA3474B) is unknown color: approx Night Shadz. HEX triplet: A3, 47 and 4B. RGB value is (163,71,75). Sum of RGB (Red+Green+Blue) = 163+71+75=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3474B is #5CB8B4. Grayscale: #636363. Windows color (decimal): -6076597 or 4933539. OLE color: 4933539.

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

Color convert

RGB1637175-
CMYK00.560.540.36
HSL357.39º39.32%45.88%-
HSV(B)357.39º56.44%63.92%-
XYZ18.6312.88.15-
YUV98.96114.48173.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=52.75%
G=22.98%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163717500.560.540.36357.3939.3245.88
HexA3474B0383624165272e
Octal24310711307066445454756
Binary10100011100011110010110111000110110100100101100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3474B; }

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

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

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

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

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

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

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

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