#A85142

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

Shades of Crail #A85142

Tints of Crail #A85142

Color information

#A85142 (or 0xA85142) is unknown color: approx Crail. HEX triplet: A8, 51 and 42. RGB value is (168,81,66). Sum of RGB (Red+Green+Blue) = 168+81+66=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A85142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85142 is #57AEBD. Grayscale: #696969. Windows color (decimal): -5746366 or 4346280. OLE color: 4346280.

HSL color Cylindrical-coordinate representation of color #A85142: hue angle of 8.82º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85142 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1688166-
CMYK00.520.610.34
HSL8.82º43.59%45.88%-
HSV(B)8.82º60.71%65.88%-
XYZ20.0714.66.91-
YUV105.3105.82172.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=53.33%
G=25.71%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168816600.520.610.348.8243.5945.88
HexA851420343D2292c2e
Octal2501211020647542115456
Binary101010001010001100001001101001111011000101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85142; }

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

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

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

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

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

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

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

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