#AA5A50

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

Shades of Crail #AA5A50

Tints of Crail #AA5A50

Color information

#AA5A50 (or 0xAA5A50) is unknown color: approx Crail. HEX triplet: AA, 5A and 50. RGB value is (170,90,80). Sum of RGB (Red+Green+Blue) = 170+90+80=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A50 is #55A5AF. Grayscale: #707070. Windows color (decimal): -5612976 or 5266090. OLE color: 5266090.

HSL color Cylindrical-coordinate representation of color #AA5A50: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5A50 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1709080-
CMYK00.470.530.33
HSL6.67º36%49.02%-
HSV(B)6.67º52.94%66.67%-
XYZ21.6816.449.62-
YUV112.78109.5168.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=50%
G=26.47%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170908000.470.530.336.673649.02
HexAA5A5002F352172431
Octal252132120057654174461
Binary10101010101101010100000101111110101100001111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A50; }

 p { color: rgb(170,90,80); }

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

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

 a { background-color: rgb(170,90,80); }

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

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

 span { border-color: rgb(170,90,80); }

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