#AA9B95

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

Shades of Del Rio #AA9B95

Tints of Del Rio #AA9B95

Color information

#AA9B95 (or 0xAA9B95) is unknown color: approx Del Rio. HEX triplet: AA, 9B and 95. RGB value is (170,155,149). Sum of RGB (Red+Green+Blue) = 170+155+149=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B95 is #55646A. Grayscale: #9E9E9E. Windows color (decimal): -5596267 or 9804714. OLE color: 9804714.

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

Color convert

RGB170155149-
CMYK00.090.120.33
HSL17.14º10.99%62.55%-
HSV(B)17.14º12.35%66.67%-
XYZ33.7234.1633.25-
YUV158.8122.47135.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=35.86%
G=32.70%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514900.090.120.3317.1410.9962.55
HexAA9B9509C2111b3f
Octal2522332250111441211377
Binary101010101001101110010101010011100100001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B95; }

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

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

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

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

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

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

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

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