#A85E49

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

Shades of Crail #A85E49

Tints of Crail #A85E49

Color information

#A85E49 (or 0xA85E49) is unknown color: approx Crail. HEX triplet: A8, 5E and 49. RGB value is (168,94,73). Sum of RGB (Red+Green+Blue) = 168+94+73=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E49 is #57A1B6. Grayscale: #717171. Windows color (decimal): -5743031 or 4808360. OLE color: 4808360.

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

Color convert

RGB1689473-
CMYK00.440.570.34
HSL13.26º39.42%47.25%-
HSV(B)13.26º56.55%65.88%-
XYZ21.3516.818.42-
YUV113.73105.02166.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=50.15%
G=28.06%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168947300.440.570.3413.2639.4247.25
HexA85E4902C3922d272f
Octal2501361110547142154757
Binary101010001011110100100101011001110011000101101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E49; }

 p { color: rgb(168,94,73); }

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

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

 a { background-color: rgb(168,94,73); }

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

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

 span { border-color: rgb(168,94,73); }

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