#A85D49

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

Shades of Crail #A85D49

Tints of Crail #A85D49

Color information

#A85D49 (or 0xA85D49) is unknown color: approx Crail. HEX triplet: A8, 5D and 49. RGB value is (168,93,73). Sum of RGB (Red+Green+Blue) = 168+93+73=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D49 is #57A2B6. Grayscale: #717171. Windows color (decimal): -5743287 or 4808104. OLE color: 4808104.

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

Color convert

RGB1689373-
CMYK00.450.570.34
HSL12.63º39.42%47.25%-
HSV(B)12.63º56.55%65.88%-
XYZ21.2716.638.39-
YUV113.14105.35167.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=50.30%
G=27.84%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168937300.450.570.3412.6339.4247.25
HexA85D4902D3922d272f
Octal2501351110557142154757
Binary101010001011101100100101011011110011000101101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85D49; }

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

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

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

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

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

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

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

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