#A04251

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

Shades of Night Shadz #A04251

Tints of Night Shadz #A04251

Color information

#A04251 (or 0xA04251) is unknown color: approx Night Shadz. HEX triplet: A0, 42 and 51. RGB value is (160,66,81). Sum of RGB (Red+Green+Blue) = 160+66+81=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A04251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04251 is #5FBDAE. Grayscale: #5F5F5F. Windows color (decimal): -6274479 or 5325472. OLE color: 5325472.

HSL color Cylindrical-coordinate representation of color #A04251: hue angle of 350.43º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04251 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1606681-
CMYK00.590.490.37
HSL350.43º41.59%44.31%-
HSV(B)350.43º58.75%62.75%-
XYZ17.9311.969.15-
YUV95.82119.64173.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=52.12%
G=21.50%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160668100.590.490.37350.4341.5944.31
HexA0425103B312515e2a2c
Octal24010212107361455365254
Binary10100000100001010100010111011110001100101101011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04251; }

 p { color: rgb(160,66,81); }

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

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

 a { background-color: rgb(160,66,81); }

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

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

 span { border-color: rgb(160,66,81); }

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