#A85F53

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

Shades of Crail #A85F53

Tints of Crail #A85F53

Color information

#A85F53 (or 0xA85F53) is unknown color: approx Crail. HEX triplet: A8, 5F and 53. RGB value is (168,95,83). Sum of RGB (Red+Green+Blue) = 168+95+83=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F53 is #57A0AC. Grayscale: #737373. Windows color (decimal): -5742765 or 5463976. OLE color: 5463976.

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

Color convert

RGB1689583-
CMYK00.430.510.34
HSL8.47º33.86%49.22%-
HSV(B)8.47º50.6%65.88%-
XYZ21.817.1310.34-
YUV115.46109.68165.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=48.55%
G=27.46%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168958300.430.510.348.4733.8649.22
HexA85F5302B332282231
Octal2501371230536342104261
Binary101010001011111101001101010111100111000101000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F53; }

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

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

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

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

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

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

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

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