#AA5443

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

Shades of Crail #AA5443

Tints of Crail #AA5443

Color information

#AA5443 (or 0xAA5443) is unknown color: approx Crail. HEX triplet: AA, 54 and 43. RGB value is (170,84,67). Sum of RGB (Red+Green+Blue) = 170+84+67=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5443 is #55ABBC. Grayscale: #6B6B6B. Windows color (decimal): -5614525 or 4412586. OLE color: 4412586.

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

Color convert

RGB1708467-
CMYK00.510.610.33
HSL9.9º43.46%46.47%-
HSV(B)9.9º60.59%66.67%-
XYZ20.7615.297.17-
YUV107.78104.99172.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=52.96%
G=26.17%
B=20.87%

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
Decimal170846700.510.610.339.943.4646.47
HexAA54430333D21a2b2e
Octal2521241030637541125356
Binary101010101010100100001101100111111011000011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5443; }

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

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

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

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

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

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

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

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