#a85942

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

Shades of Crail #A85942

Tints of Crail #A85942

Color information

#A85942 (or 0xA85942) is unknown color: approx Crail. HEX triplet: A8, 59 and 42. RGB value is (168,89,66). Sum of RGB (Red+Green+Blue) = 168+89+66=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85942 is #57A6BD. Grayscale: #6E6E6E. Windows color (decimal): -5744318 or 4348328. OLE color: 4348328.

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

Color convert

RGB1688966-
CMYK00.470.610.34
HSL13.53º43.59%45.88%-
HSV(B)13.53º60.71%65.88%-
XYZ20.715.867.12-
YUV110103.17169.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=52.01%
G=27.55%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168896600.470.610.3413.5343.5945.88
HexA8594202F3D22e2c2e
Octal2501311020577542165456
Binary101010001011001100001001011111111011000101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85942; }

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

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

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

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

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

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

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

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