#A85549

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

Shades of Crail #A85549

Tints of Crail #A85549

Color information

#A85549 (or 0xA85549) is unknown color: approx Crail. HEX triplet: A8, 55 and 49. RGB value is (168,85,73). Sum of RGB (Red+Green+Blue) = 168+85+73=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85549 is #57AAB6. Grayscale: #6C6C6C. Windows color (decimal): -5745335 or 4806056. OLE color: 4806056.

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

Color convert

RGB1688573-
CMYK00.490.570.34
HSL7.58º39.42%47.25%-
HSV(B)7.58º56.55%65.88%-
XYZ20.615.38.17-
YUV108.45108170.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=51.53%
G=26.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168857300.490.570.347.5839.4247.25
HexA8554903139228272f
Octal2501251110617142104757
Binary101010001010101100100101100011110011000101000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85549; }

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

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

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

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

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

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

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

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