#A99B96

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

Shades of Del Rio #A99B96

Tints of Del Rio #A99B96

Color information

#A99B96 (or 0xA99B96) is unknown color: approx Del Rio. HEX triplet: A9, 9B and 96. RGB value is (169,155,150). Sum of RGB (Red+Green+Blue) = 169+155+150=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B96 is #566469. Grayscale: #9E9E9E. Windows color (decimal): -5661802 or 9870249. OLE color: 9870249.

HSL color Cylindrical-coordinate representation of color #A99B96: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99B96 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169155150-
CMYK00.080.110.34
HSL15.79º9.95%62.55%-
HSV(B)15.79º11.24%66.27%-
XYZ33.5934.0833.66-
YUV158.62123.14135.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=35.65%
G=32.70%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915515000.080.110.3415.799.9562.55
HexA99B9608B2210a3f
Octal2512332260101342201277
Binary101010011001101110010110010001011100010100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B96; }

 p { color: rgb(169,155,150); }

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

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

 a { background-color: rgb(169,155,150); }

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

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

 span { border-color: rgb(169,155,150); }

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