#A85A44

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

Shades of Crail #A85A44

Tints of Crail #A85A44

Color information

#A85A44 (or 0xA85A44) is unknown color: approx Crail. HEX triplet: A8, 5A and 44. RGB value is (168,90,68). Sum of RGB (Red+Green+Blue) = 168+90+68=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A44 is #57A5BB. Grayscale: #6E6E6E. Windows color (decimal): -5744060 or 4479656. OLE color: 4479656.

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

Color convert

RGB1689068-
CMYK00.460.600.34
HSL13.2º42.37%46.27%-
HSV(B)13.2º59.52%65.88%-
XYZ20.8516.057.47-
YUV110.81103.84168.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=51.53%
G=27.61%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168906800.460.600.3413.242.3746.27
HexA85A4402E3C22d2a2e
Octal2501321040567442155256
Binary101010001011010100010001011101111001000101101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A44; }

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

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

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

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

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

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

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

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