#AA9289

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

Shades of Del Rio #AA9289

Tints of Del Rio #AA9289

Color information

#AA9289 (or 0xAA9289) is unknown color: approx Del Rio. HEX triplet: AA, 92 and 89. RGB value is (170,146,137). Sum of RGB (Red+Green+Blue) = 170+146+137=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9289 is #556D76. Grayscale: #989898. Windows color (decimal): -5598583 or 9015978. OLE color: 9015978.

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

Color convert

RGB170146137-
CMYK00.140.190.33
HSL16.36º16.26%60.2%-
HSV(B)16.36º19.41%66.67%-
XYZ31.3730.9127.98-
YUV152.15119.45140.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=37.53%
G=32.23%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014613700.140.190.3316.3616.2660.2
HexAA92890E132110103c
Octal2522222110162341202074
Binary10101010100100101000100101110100111000011000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9289; }

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

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

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

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

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

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

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

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