#AA5542

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

Shades of Crail #AA5542

Tints of Crail #AA5542

Color information

#AA5542 (or 0xAA5542) is unknown color: approx Crail. HEX triplet: AA, 55 and 42. RGB value is (170,85,66). Sum of RGB (Red+Green+Blue) = 170+85+66=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5542 is #55AABD. Grayscale: #6C6C6C. Windows color (decimal): -5614270 or 4347306. OLE color: 4347306.

HSL color Cylindrical-coordinate representation of color #AA5542: hue angle of 10.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5542 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1708566-
CMYK00.500.610.33
HSL10.96º44.07%46.27%-
HSV(B)10.96º61.18%66.67%-
XYZ20.8115.447.04-
YUV108.25104.16172.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=52.96%
G=26.48%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170856600.500.610.3310.9644.0746.27
HexAA55420323D21b2c2e
Octal2521251020627541135456
Binary101010101010101100001001100101111011000011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5542; }

 p { color: rgb(170,85,66); }

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

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

 a { background-color: rgb(170,85,66); }

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

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

 span { border-color: rgb(170,85,66); }

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