#AA9D99

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

Shades of Del Rio #AA9D99

Tints of Del Rio #AA9D99

Color information

#AA9D99 (or 0xAA9D99) is unknown color: approx Del Rio. HEX triplet: AA, 9D and 99. RGB value is (170,157,153). Sum of RGB (Red+Green+Blue) = 170+157+153=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D99 is #556266. Grayscale: #A0A0A0. Windows color (decimal): -5595751 or 10067370. OLE color: 10067370.

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

Color convert

RGB170157153-
CMYK00.080.10.33
HSL14.12º9.09%63.33%-
HSV(B)14.12º10%66.67%-
XYZ34.3834.9635.07-
YUV160.43123.81134.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=35.42%
G=32.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015715300.080.10.3314.129.0963.33
HexAA9D9908A21e93f
Octal2522352310101241161177
Binary10101010100111011001100101000101010000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D99; }

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

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

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

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

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

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

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

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