#AA9B93

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

Shades of Del Rio #AA9B93

Tints of Del Rio #AA9B93

Color information

#AA9B93 (or 0xAA9B93) is unknown color: approx Del Rio. HEX triplet: AA, 9B and 93. RGB value is (170,155,147). Sum of RGB (Red+Green+Blue) = 170+155+147=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B93 is #55646C. Grayscale: #9E9E9E. Windows color (decimal): -5596269 or 9673642. OLE color: 9673642.

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

Color convert

RGB170155147-
CMYK00.090.140.33
HSL20.87º11.92%62.16%-
HSV(B)20.87º13.53%66.67%-
XYZ33.5734.132.42-
YUV158.57121.47136.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=36.02%
G=32.84%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514700.090.140.3320.8711.9262.16
HexAA9B9309E2115c3e
Octal2522332230111641251476
Binary101010101001101110010011010011110100001101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B93; }

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

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

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

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

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

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

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

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