#AA9C93

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

Shades of Del Rio #AA9C93

Tints of Del Rio #AA9C93

Color information

#AA9C93 (or 0xAA9C93) is unknown color: approx Del Rio. HEX triplet: AA, 9C and 93. RGB value is (170,156,147). Sum of RGB (Red+Green+Blue) = 170+156+147=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C93 is #55636C. Grayscale: #9F9F9F. Windows color (decimal): -5596013 or 9673898. OLE color: 9673898.

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

Color convert

RGB170156147-
CMYK00.080.140.33
HSL23.48º11.92%62.16%-
HSV(B)23.48º13.53%66.67%-
XYZ33.7334.4332.47-
YUV159.16121.14135.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=35.94%
G=32.98%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015614700.080.140.3323.4811.9262.16
HexAA9C9308E2117c3e
Octal2522342230101641271476
Binary101010101001110010010011010001110100001101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C93; }

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

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

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

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

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

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

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

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