#A85641

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

Shades of Crail #A85641

Tints of Crail #A85641

Color information

#A85641 (or 0xA85641) is unknown color: approx Crail. HEX triplet: A8, 56 and 41. RGB value is (168,86,65). Sum of RGB (Red+Green+Blue) = 168+86+65=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85641 is #57A9BE. Grayscale: #6C6C6C. Windows color (decimal): -5745087 or 4282024. OLE color: 4282024.

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

Color convert

RGB1688665-
CMYK00.490.610.34
HSL12.23º44.21%45.69%-
HSV(B)12.23º61.31%65.88%-
XYZ20.4315.366.89-
YUV108.12103.67170.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=52.66%
G=26.96%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168866500.490.610.3412.2344.2145.69
HexA856410313D22c2c2e
Octal2501261010617542145456
Binary101010001010110100000101100011111011000101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85641; }

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

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

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

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

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

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

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

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