#AA9B94

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

Shades of Del Rio #AA9B94

Tints of Del Rio #AA9B94

Color information

#AA9B94 (or 0xAA9B94) is unknown color: approx Del Rio. HEX triplet: AA, 9B and 94. RGB value is (170,155,148). Sum of RGB (Red+Green+Blue) = 170+155+148=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B94 is #55646B. Grayscale: #9E9E9E. Windows color (decimal): -5596268 or 9739178. OLE color: 9739178.

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

Color convert

RGB170155148-
CMYK00.090.130.33
HSL19.09º11.46%62.35%-
HSV(B)19.09º12.94%66.67%-
XYZ33.6434.1332.83-
YUV158.69121.97136.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=35.94%
G=32.77%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514800.090.130.3319.0911.4662.35
HexAA9B9409D2113b3e
Octal2522332240111541231376
Binary101010101001101110010100010011101100001100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B94; }

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

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

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

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

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

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

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

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