#AD9E97

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

Shades of Del Rio #AD9E97

Tints of Del Rio #AD9E97

Color information

#AD9E97 (or 0xAD9E97) is unknown color: approx Del Rio. HEX triplet: AD, 9E and 97. RGB value is (173,158,151). Sum of RGB (Red+Green+Blue) = 173+158+151=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E97 is #526168. Grayscale: #A1A1A1. Windows color (decimal): -5398889 or 9936557. OLE color: 9936557.

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

Color convert

RGB173158151-
CMYK00.090.130.32
HSL19.09º11.83%63.53%-
HSV(B)19.09º12.72%67.84%-
XYZ35.0535.5734.3-
YUV161.69121.97136.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=35.89%
G=32.78%
B=31.33%

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
Decimal17315815100.090.130.3219.0911.8363.53
HexAD9E9709D2013c40
Octal25523622701115402314100
Binary1010110110011110100101110100111011000001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E97; }

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

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

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

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

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

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

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

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