#A85B4C

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

Shades of Crail #A85B4C

Tints of Crail #A85B4C

Color information

#A85B4C (or 0xA85B4C) is unknown color: approx Crail. HEX triplet: A8, 5B and 4C. RGB value is (168,91,76). Sum of RGB (Red+Green+Blue) = 168+91+76=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B4C is #57A4B3. Grayscale: #707070. Windows color (decimal): -5743796 or 5004200. OLE color: 5004200.

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

Color convert

RGB1689176-
CMYK00.460.550.34
HSL9.78º37.7%47.84%-
HSV(B)9.78º54.76%65.88%-
XYZ21.1916.338.87-
YUV112.31107.51167.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=50.15%
G=27.16%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168917600.460.550.349.7837.747.84
HexA85B4C02E3722a2630
Octal2501331140566742124660
Binary101010001011011100110001011101101111000101010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B4C; }

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

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

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

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

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

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

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

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