#AA5242

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

Shades of Crail #AA5242

Tints of Crail #AA5242

Color information

#AA5242 (or 0xAA5242) is unknown color: approx Crail. HEX triplet: AA, 52 and 42. RGB value is (170,82,66). Sum of RGB (Red+Green+Blue) = 170+82+66=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5242 is #55ADBD. Grayscale: #6A6A6A. Windows color (decimal): -5615038 or 4346538. OLE color: 4346538.

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

Color convert

RGB1708266-
CMYK00.520.610.33
HSL9.23º44.07%46.27%-
HSV(B)9.23º61.18%66.67%-
XYZ20.5814.976.96-
YUV106.49105.15173.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=53.46%
G=25.79%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170826600.520.610.339.2344.0746.27
HexAA52420343D2192c2e
Octal2521221020647541115456
Binary101010101010010100001001101001111011000011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5242; }

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

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

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

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

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

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

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

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