#A85745

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

Shades of Crail #A85745

Tints of Crail #A85745

Color information

#A85745 (or 0xA85745) is unknown color: approx Crail. HEX triplet: A8, 57 and 45. RGB value is (168,87,69). Sum of RGB (Red+Green+Blue) = 168+87+69=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85745 is #57A8BA. Grayscale: #6D6D6D. Windows color (decimal): -5744827 or 4544424. OLE color: 4544424.

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

Color convert

RGB1688769-
CMYK00.480.590.34
HSL10.91º41.77%46.47%-
HSV(B)10.91º58.93%65.88%-
XYZ20.6315.577.55-
YUV109.17105.34169.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=51.85%
G=26.85%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168876900.480.590.3410.9141.7746.47
HexA857450303B22b2a2e
Octal2501271050607342135256
Binary101010001010111100010101100001110111000101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85745; }

 p { color: rgb(168,87,69); }

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

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

 a { background-color: rgb(168,87,69); }

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

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

 span { border-color: rgb(168,87,69); }

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