#A85B53

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

Shades of Crail #A85B53

Tints of Crail #A85B53

Color information

#A85B53 (or 0xA85B53) is unknown color: approx Crail. HEX triplet: A8, 5B and 53. RGB value is (168,91,83). Sum of RGB (Red+Green+Blue) = 168+91+83=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B53 is #57A4AC. Grayscale: #717171. Windows color (decimal): -5743789 or 5462952. OLE color: 5462952.

HSL color Cylindrical-coordinate representation of color #A85B53: hue angle of 5.65º 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 #A85B53 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1689183-
CMYK00.460.510.34
HSL5.65º33.86%49.22%-
HSV(B)5.65º50.6%65.88%-
XYZ21.4516.4310.22-
YUV113.11111.01167.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=49.12%
G=26.61%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168918300.460.510.345.6533.8649.22
HexA85B5302E332262231
Octal250133123056634264261
Binary10101000101101110100110101110110011100010110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B53; }

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

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

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

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

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

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

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

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