#A85544

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

Shades of Crail #A85544

Tints of Crail #A85544

Color information

#A85544 (or 0xA85544) is unknown color: approx Crail. HEX triplet: A8, 55 and 44. RGB value is (168,85,68). Sum of RGB (Red+Green+Blue) = 168+85+68=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85544 is #57AABB. Grayscale: #6C6C6C. Windows color (decimal): -5745340 or 4478376. OLE color: 4478376.

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

Color convert

RGB1688568-
CMYK00.490.600.34
HSL10.2º42.37%46.27%-
HSV(B)10.2º59.52%65.88%-
XYZ20.4415.247.33-
YUV107.88105.5170.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=52.34%
G=26.48%
B=21.18%

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
Decimal168856800.490.600.3410.242.3746.27
HexA855440313C22a2a2e
Octal2501251040617442125256
Binary101010001010101100010001100011111001000101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85544; }

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

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

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

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

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

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

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

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