#AA9992

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

Shades of Del Rio #AA9992

Tints of Del Rio #AA9992

Color information

#AA9992 (or 0xAA9992) is unknown color: approx Del Rio. HEX triplet: AA, 99 and 92. RGB value is (170,153,146). Sum of RGB (Red+Green+Blue) = 170+153+146=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9992 is #55666D. Grayscale: #9D9D9D. Windows color (decimal): -5596782 or 9607594. OLE color: 9607594.

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

Color convert

RGB170153146-
CMYK00.10.140.33
HSL17.5º12.37%61.96%-
HSV(B)17.5º14.12%66.67%-
XYZ33.1633.431.89-
YUV157.28121.63137.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=36.25%
G=32.62%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015314600.10.140.3317.512.3761.96
HexAA99920AE2112c3e
Octal2522312220121641221476
Binary101010101001100110010010010101110100001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9992; }

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

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

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

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

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

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

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

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