#A85546

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

Shades of Crail #A85546

Tints of Crail #A85546

Color information

#A85546 (or 0xA85546) is unknown color: approx Crail. HEX triplet: A8, 55 and 46. RGB value is (168,85,70). Sum of RGB (Red+Green+Blue) = 168+85+70=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85546 is #57AAB9. Grayscale: #6C6C6C. Windows color (decimal): -5745338 or 4609448. OLE color: 4609448.

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

Color convert

RGB1688570-
CMYK00.490.580.34
HSL9.18º41.18%46.67%-
HSV(B)9.18º58.33%65.88%-
XYZ20.515.267.66-
YUV108.11106.5170.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=52.01%
G=26.32%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168857000.490.580.349.1841.1846.67
HexA855460313A229292f
Octal2501251060617242115157
Binary101010001010101100011001100011110101000101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85546; }

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

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

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

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

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

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

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

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