#A74253

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

Shades of Night Shadz #A74253

Tints of Night Shadz #A74253

Color information

#A74253 (or 0xA74253) is unknown color: approx Night Shadz. HEX triplet: A7, 42 and 53. RGB value is (167,66,83). Sum of RGB (Red+Green+Blue) = 167+66+83=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A74253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74253 is #58BDAC. Grayscale: #626262. Windows color (decimal): -5815725 or 5456551. OLE color: 5456551.

HSL color Cylindrical-coordinate representation of color #A74253: hue angle of 349.9º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74253 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1676683-
CMYK00.600.500.35
HSL349.9º43.35%45.69%-
HSV(B)349.9º60.48%65.49%-
XYZ19.4512.749.62-
YUV98.14119.46177.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=52.85%
G=20.89%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167668300.600.500.35349.943.3545.69
HexA7425303C322315e2b2e
Octal24710212307462435365356
Binary10100111100001010100110111100110010100011101011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74253; }

 p { color: rgb(167,66,83); }

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

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

 a { background-color: rgb(167,66,83); }

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

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

 span { border-color: rgb(167,66,83); }

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