#AA9A90

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

Shades of Del Rio #AA9A90

Tints of Del Rio #AA9A90

Color information

#AA9A90 (or 0xAA9A90) is unknown color: approx Del Rio. HEX triplet: AA, 9A and 90. RGB value is (170,154,144). Sum of RGB (Red+Green+Blue) = 170+154+144=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A90 is #55656F. Grayscale: #9D9D9D. Windows color (decimal): -5596528 or 9476778. OLE color: 9476778.

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

Color convert

RGB170154144-
CMYK00.090.150.33
HSL23.08º13.27%61.57%-
HSV(B)23.08º15.29%66.67%-
XYZ33.1733.6731.14-
YUV157.64120.3136.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=36.32%
G=32.91%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015414400.090.150.3323.0813.2761.57
HexAA9A9009F2117d3e
Octal2522322200111741271576
Binary101010101001101010010000010011111100001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A90; }

 p { color: rgb(170,154,144); }

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

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

 a { background-color: rgb(170,154,144); }

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

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

 span { border-color: rgb(170,154,144); }

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