#AA9086

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

Shades of Del Rio #AA9086

Tints of Del Rio #AA9086

Color information

#AA9086 (or 0xAA9086) is unknown color: approx Del Rio. HEX triplet: AA, 90 and 86. RGB value is (170,144,134). Sum of RGB (Red+Green+Blue) = 170+144+134=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9086 is #556F79. Grayscale: #969696. Windows color (decimal): -5599098 or 8818858. OLE color: 8818858.

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

Color convert

RGB170144134-
CMYK00.150.210.33
HSL16.67º17.48%59.61%-
HSV(B)16.67º21.18%66.67%-
XYZ30.8530.2126.76-
YUV150.63118.61141.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=37.95%
G=32.14%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014413400.150.210.3316.6717.4859.61
HexAA90860F152111113c
Octal2522202060172541212174
Binary10101010100100001000011001111101011000011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9086; }

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

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

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

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

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

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

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

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