#A85846

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

Shades of Crail #A85846

Tints of Crail #A85846

Color information

#A85846 (or 0xA85846) is unknown color: approx Crail. HEX triplet: A8, 58 and 46. RGB value is (168,88,70). Sum of RGB (Red+Green+Blue) = 168+88+70=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85846 is #57A7B9. Grayscale: #6E6E6E. Windows color (decimal): -5744570 or 4610216. OLE color: 4610216.

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

Color convert

RGB1688870-
CMYK00.480.580.34
HSL11.02º41.18%46.67%-
HSV(B)11.02º58.33%65.88%-
XYZ20.7415.757.74-
YUV109.87105.5169.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=51.53%
G=26.99%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168887000.480.580.3411.0241.1846.67
HexA858460303A22b292f
Octal2501301060607242135157
Binary101010001011000100011001100001110101000101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85846; }

 p { color: rgb(168,88,70); }

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

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

 a { background-color: rgb(168,88,70); }

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

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

 span { border-color: rgb(168,88,70); }

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