#A85F52

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

Shades of Crail #A85F52

Tints of Crail #A85F52

Color information

#A85F52 (or 0xA85F52) is unknown color: approx Crail. HEX triplet: A8, 5F and 52. RGB value is (168,95,82). Sum of RGB (Red+Green+Blue) = 168+95+82=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F52 is #57A0AD. Grayscale: #737373. Windows color (decimal): -5742766 or 5398440. OLE color: 5398440.

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

Color convert

RGB1689582-
CMYK00.430.510.34
HSL9.07º34.4%49.02%-
HSV(B)9.07º51.19%65.88%-
XYZ21.7617.1210.14-
YUV115.34109.18165.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=48.70%
G=27.54%
B=23.77%

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
Decimal168958200.430.510.349.0734.449.02
HexA85F5202B332292231
Octal2501371220536342114261
Binary101010001011111101001001010111100111000101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F52; }

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

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

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

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

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

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

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

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