#AA5942

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

Shades of Crail #AA5942

Tints of Crail #AA5942

Color information

#AA5942 (or 0xAA5942) is unknown color: approx Crail. HEX triplet: AA, 59 and 42. RGB value is (170,89,66). Sum of RGB (Red+Green+Blue) = 170+89+66=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5942 is #55A6BD. Grayscale: #6E6E6E. Windows color (decimal): -5613246 or 4348330. OLE color: 4348330.

HSL color Cylindrical-coordinate representation of color #AA5942: hue angle of 13.27º 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 #AA5942 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1708966-
CMYK00.480.610.33
HSL13.27º44.07%46.27%-
HSV(B)13.27º61.18%66.67%-
XYZ21.1316.087.14-
YUV110.6102.84170.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=52.31%
G=27.38%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170896600.480.610.3313.2744.0746.27
HexAA59420303D21d2c2e
Octal2521311020607541155456
Binary101010101011001100001001100001111011000011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5942; }

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

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

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

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

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

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

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

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