#A85A47

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

Shades of Crail #A85A47

Tints of Crail #A85A47

Color information

#A85A47 (or 0xA85A47) is unknown color: approx Crail. HEX triplet: A8, 5A and 47. RGB value is (168,90,71). Sum of RGB (Red+Green+Blue) = 168+90+71=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A47 is #57A5B8. Grayscale: #6F6F6F. Windows color (decimal): -5744057 or 4676264. OLE color: 4676264.

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

Color convert

RGB1689071-
CMYK00.460.580.34
HSL11.75º40.59%46.86%-
HSV(B)11.75º57.74%65.88%-
XYZ20.9416.097.96-
YUV111.16105.34168.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=51.06%
G=27.36%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168907100.460.580.3411.7540.5946.86
HexA85A4702E3A22c292f
Octal2501321070567242145157
Binary101010001011010100011101011101110101000101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A47; }

 p { color: rgb(168,90,71); }

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

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

 a { background-color: rgb(168,90,71); }

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

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

 span { border-color: rgb(168,90,71); }

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