#A45042

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

Shades of Crail #A45042

Tints of Crail #A45042

Color information

#A45042 (or 0xA45042) is unknown color: approx Crail. HEX triplet: A4, 50 and 42. RGB value is (164,80,66). Sum of RGB (Red+Green+Blue) = 164+80+66=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45042 is #5BAFBD. Grayscale: #676767. Windows color (decimal): -6008766 or 4346020. OLE color: 4346020.

HSL color Cylindrical-coordinate representation of color #A45042: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45042 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1648066-
CMYK00.510.600.36
HSL8.57º42.61%45.1%-
HSV(B)8.57º59.76%64.31%-
XYZ19.1614.026.85-
YUV103.52106.83171.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=52.90%
G=25.81%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164806600.510.600.368.5742.6145.1
HexA450420333C2492b2d
Octal2441201020637444115355
Binary101001001010000100001001100111111001001001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45042; }

 p { color: rgb(164,80,66); }

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

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

 a { background-color: rgb(164,80,66); }

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

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

 span { border-color: rgb(164,80,66); }

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