#A85B4A

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

Shades of Crail #A85B4A

Tints of Crail #A85B4A

Color information

#A85B4A (or 0xA85B4A) is unknown color: approx Crail. HEX triplet: A8, 5B and 4A. RGB value is (168,91,74). Sum of RGB (Red+Green+Blue) = 168+91+74=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B4A is #57A4B5. Grayscale: #707070. Windows color (decimal): -5743798 or 4873128. OLE color: 4873128.

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

Color convert

RGB1689174-
CMYK00.460.560.34
HSL10.85º38.84%47.45%-
HSV(B)10.85º55.95%65.88%-
XYZ21.1316.38.51-
YUV112.08106.51167.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=50.45%
G=27.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168917400.460.560.3410.8538.8447.45
HexA85B4A02E3822b272f
Octal2501331120567042134757
Binary101010001011011100101001011101110001000101011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B4A; }

 p { color: rgb(168,91,74); }

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

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

 a { background-color: rgb(168,91,74); }

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

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

 span { border-color: rgb(168,91,74); }

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