#A85446

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

Shades of Crail #A85446

Tints of Crail #A85446

Color information

#A85446 (or 0xA85446) is unknown color: approx Crail. HEX triplet: A8, 54 and 46. RGB value is (168,84,70). Sum of RGB (Red+Green+Blue) = 168+84+70=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85446 is #57ABB9. Grayscale: #6B6B6B. Windows color (decimal): -5745594 or 4609192. OLE color: 4609192.

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

Color convert

RGB1688470-
CMYK00.50.580.34
HSL8.57º41.18%46.67%-
HSV(B)8.57º58.33%65.88%-
XYZ20.4215.117.63-
YUV107.52106.83171.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168847000.50.580.348.5741.1846.67
HexA854460323A229292f
Octal2501241060627242115157
Binary101010001010100100011001100101110101000101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85446; }

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

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

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

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

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

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

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

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