#A85644

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

Shades of Crail #A85644

Tints of Crail #A85644

Color information

#A85644 (or 0xA85644) is unknown color: approx Crail. HEX triplet: A8, 56 and 44. RGB value is (168,86,68). Sum of RGB (Red+Green+Blue) = 168+86+68=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85644 is #57A9BB. Grayscale: #6C6C6C. Windows color (decimal): -5745084 or 4478632. OLE color: 4478632.

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

Color convert

RGB1688668-
CMYK00.490.600.34
HSL10.8º42.37%46.27%-
HSV(B)10.8º59.52%65.88%-
XYZ20.5215.47.36-
YUV108.47105.17170.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=52.17%
G=26.71%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168866800.490.600.3410.842.3746.27
HexA856440313C22b2a2e
Octal2501261040617442135256
Binary101010001010110100010001100011111001000101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85644; }

 p { color: rgb(168,86,68); }

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

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

 a { background-color: rgb(168,86,68); }

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

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

 span { border-color: rgb(168,86,68); }

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