#A85541

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

Shades of Crail #A85541

Tints of Crail #A85541

Color information

#A85541 (or 0xA85541) is unknown color: approx Crail. HEX triplet: A8, 55 and 41. RGB value is (168,85,65). Sum of RGB (Red+Green+Blue) = 168+85+65=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A85541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85541 is #57AABE. Grayscale: #6B6B6B. Windows color (decimal): -5745343 or 4281768. OLE color: 4281768.

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

Color convert

RGB1688565-
CMYK00.490.610.34
HSL11.65º44.21%45.69%-
HSV(B)11.65º61.31%65.88%-
XYZ20.3515.26.86-
YUV107.54104171.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.83%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=52.83%
G=26.73%
B=20.44%

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
Decimal168856500.490.610.3411.6544.2145.69
HexA855410313D22c2c2e
Octal2501251010617542145456
Binary101010001010101100000101100011111011000101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85541; }

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

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

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

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

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

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

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

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