#AA9A92

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

Shades of Del Rio #AA9A92

Tints of Del Rio #AA9A92

Color information

#AA9A92 (or 0xAA9A92) is unknown color: approx Del Rio. HEX triplet: AA, 9A and 92. RGB value is (170,154,146). Sum of RGB (Red+Green+Blue) = 170+154+146=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A92 is #55656D. Grayscale: #9D9D9D. Windows color (decimal): -5596526 or 9607850. OLE color: 9607850.

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

Color convert

RGB170154146-
CMYK00.090.140.33
HSL20º12.37%61.96%-
HSV(B)20º14.12%66.67%-
XYZ33.3233.7331.95-
YUV157.87121.3136.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=36.17%
G=32.77%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015414600.090.140.332012.3761.96
HexAA9A9209E2114c3e
Octal2522322220111641241476
Binary101010101001101010010010010011110100001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A92; }

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

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

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

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

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

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

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

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