#A85A46

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

Shades of Crail #A85A46

Tints of Crail #A85A46

Color information

#A85A46 (or 0xA85A46) is unknown color: approx Crail. HEX triplet: A8, 5A and 46. RGB value is (168,90,70). Sum of RGB (Red+Green+Blue) = 168+90+70=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A46 is #57A5B9. Grayscale: #6F6F6F. Windows color (decimal): -5744058 or 4610728. OLE color: 4610728.

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

Color convert

RGB1689070-
CMYK00.460.580.34
HSL12.24º41.18%46.67%-
HSV(B)12.24º58.33%65.88%-
XYZ20.9116.087.8-
YUV111.04104.84168.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=51.22%
G=27.44%
B=21.34%

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
Decimal168907000.460.580.3412.2441.1846.67
HexA85A4602E3A22c292f
Octal2501321060567242145157
Binary101010001011010100011001011101110101000101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A46; }

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

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

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

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

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

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

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

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