#AD9D97

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

Shades of Del Rio #AD9D97

Tints of Del Rio #AD9D97

Color information

#AD9D97 (or 0xAD9D97) is unknown color: approx Del Rio. HEX triplet: AD, 9D and 97. RGB value is (173,157,151). Sum of RGB (Red+Green+Blue) = 173+157+151=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D97 is #526268. Grayscale: #A1A1A1. Windows color (decimal): -5399145 or 9936301. OLE color: 9936301.

HSL color Cylindrical-coordinate representation of color #AD9D97: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9D97 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173157151-
CMYK00.090.130.32
HSL16.36º11.83%63.53%-
HSV(B)16.36º12.72%67.84%-
XYZ34.8835.2334.24-
YUV161.1122.3136.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=35.97%
G=32.64%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315715100.090.130.3216.3611.8363.53
HexAD9D9709D2010c40
Octal25523522701115402014100
Binary1010110110011101100101110100111011000001000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D97; }

 p { color: rgb(173,157,151); }

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

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

 a { background-color: rgb(173,157,151); }

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

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

 span { border-color: rgb(173,157,151); }

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