#AA5340

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

Shades of Crail #AA5340

Tints of Crail #AA5340

Color information

#AA5340 (or 0xAA5340) is unknown color: approx Crail. HEX triplet: AA, 53 and 40. RGB value is (170,83,64). Sum of RGB (Red+Green+Blue) = 170+83+64=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5340 is #55ACBF. Grayscale: #6B6B6B. Windows color (decimal): -5614784 or 4215722. OLE color: 4215722.

HSL color Cylindrical-coordinate representation of color #AA5340: hue angle of 10.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5340 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1708364-
CMYK00.510.620.33
HSL10.75º45.3%45.88%-
HSV(B)10.75º62.35%66.67%-
XYZ20.615.16.68-
YUV106.85103.82173.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=53.63%
G=26.18%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170836400.510.620.3310.7545.345.88
HexAA53400333E21b2d2e
Octal2521231000637641135556
Binary101010101010011100000001100111111101000011011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5340; }

 p { color: rgb(170,83,64); }

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

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

 a { background-color: rgb(170,83,64); }

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

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

 span { border-color: rgb(170,83,64); }

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