#AA5442

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

Shades of Crail #AA5442

Tints of Crail #AA5442

Color information

#AA5442 (or 0xAA5442) is unknown color: approx Crail. HEX triplet: AA, 54 and 42. RGB value is (170,84,66). Sum of RGB (Red+Green+Blue) = 170+84+66=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5442 is #55ABBD. Grayscale: #6B6B6B. Windows color (decimal): -5614526 or 4347050. OLE color: 4347050.

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

Color convert

RGB1708466-
CMYK00.510.610.33
HSL10.38º44.07%46.27%-
HSV(B)10.38º61.18%66.67%-
XYZ20.7315.287.01-
YUV107.66104.49172.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=53.12%
G=26.25%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170846600.510.610.3310.3844.0746.27
HexAA54420333D21a2c2e
Octal2521241020637541125456
Binary101010101010100100001001100111111011000011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5442; }

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

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

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

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

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

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

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

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