#a04255

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

Shades of Night Shadz #A04255

Tints of Night Shadz #A04255

Color information

#A04255 (or 0xA04255) is unknown color: approx Night Shadz. HEX triplet: A0, 42 and 55. RGB value is (160,66,85). Sum of RGB (Red+Green+Blue) = 160+66+85=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A04255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04255 is #5FBDAA. Grayscale: #606060. Windows color (decimal): -6274475 or 5587616. OLE color: 5587616.

HSL color Cylindrical-coordinate representation of color #A04255: hue angle of 347.87º 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 #A04255 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1606685-
CMYK00.590.470.37
HSL347.87º41.59%44.31%-
HSV(B)347.87º58.75%62.75%-
XYZ18.0912.039.96-
YUV96.27121.64173.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=51.45%
G=21.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160668500.590.470.37347.8741.5944.31
HexA0425503B2F2515c2a2c
Octal24010212507357455345254
Binary10100000100001010101010111011101111100101101011100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04255; }

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

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

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

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

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

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

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

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