#A85E53

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

Shades of Crail #A85E53

Tints of Crail #A85E53

Color information

#A85E53 (or 0xA85E53) is unknown color: approx Crail. HEX triplet: A8, 5E and 53. RGB value is (168,94,83). Sum of RGB (Red+Green+Blue) = 168+94+83=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E53 is #57A1AC. Grayscale: #727272. Windows color (decimal): -5743021 or 5463720. OLE color: 5463720.

HSL color Cylindrical-coordinate representation of color #A85E53: hue angle of 7.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85E53 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1689483-
CMYK00.440.510.34
HSL7.76º33.86%49.22%-
HSV(B)7.76º50.6%65.88%-
XYZ21.7116.9510.31-
YUV114.87110.02165.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=48.70%
G=27.25%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168948300.440.510.347.7633.8649.22
HexA85E5302C332282231
Octal2501361230546342104261
Binary101010001011110101001101011001100111000101000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E53; }

 p { color: rgb(168,94,83); }

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

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

 a { background-color: rgb(168,94,83); }

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

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

 span { border-color: rgb(168,94,83); }

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