#AA9C94

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

Shades of Del Rio #AA9C94

Tints of Del Rio #AA9C94

Color information

#AA9C94 (or 0xAA9C94) is unknown color: approx Del Rio. HEX triplet: AA, 9C and 94. RGB value is (170,156,148). Sum of RGB (Red+Green+Blue) = 170+156+148=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C94 is #55636B. Grayscale: #9F9F9F. Windows color (decimal): -5596012 or 9739434. OLE color: 9739434.

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

Color convert

RGB170156148-
CMYK00.080.130.33
HSL21.82º11.46%62.35%-
HSV(B)21.82º12.94%66.67%-
XYZ33.8134.4632.89-
YUV159.27121.64135.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=35.86%
G=32.91%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015614800.080.130.3321.8211.4662.35
HexAA9C9408D2116b3e
Octal2522342240101541261376
Binary101010101001110010010100010001101100001101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C94; }

 p { color: rgb(170,156,148); }

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

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

 a { background-color: rgb(170,156,148); }

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

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

 span { border-color: rgb(170,156,148); }

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