#AA5643

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

Shades of Crail #AA5643

Tints of Crail #AA5643

Color information

#AA5643 (or 0xAA5643) is unknown color: approx Crail. HEX triplet: AA, 56 and 43. RGB value is (170,86,67). Sum of RGB (Red+Green+Blue) = 170+86+67=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5643 is #55A9BC. Grayscale: #6D6D6D. Windows color (decimal): -5614013 or 4413098. OLE color: 4413098.

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

Color convert

RGB1708667-
CMYK00.490.610.33
HSL11.07º43.46%46.47%-
HSV(B)11.07º60.59%66.67%-
XYZ20.9215.617.22-
YUV108.95104.33171.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 67 (26.56% from 255) = 20.74%
R=52.63%
G=26.63%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170866700.490.610.3311.0743.4646.47
HexAA56430313D21b2b2e
Octal2521261030617541135356
Binary101010101010110100001101100011111011000011011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5643; }

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

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

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

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

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

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

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

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