#AD9E98

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

Shades of Del Rio #AD9E98

Tints of Del Rio #AD9E98

Color information

#AD9E98 (or 0xAD9E98) is unknown color: approx Del Rio. HEX triplet: AD, 9E and 98. RGB value is (173,158,152). Sum of RGB (Red+Green+Blue) = 173+158+152=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E98 is #526167. Grayscale: #A1A1A1. Windows color (decimal): -5398888 or 10002093. OLE color: 10002093.

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

Color convert

RGB173158152-
CMYK00.090.120.32
HSL17.14º11.35%63.73%-
HSV(B)17.14º12.14%67.84%-
XYZ35.1335.634.73-
YUV161.8122.47135.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=35.82%
G=32.71%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315815200.090.120.3217.1411.3563.73
HexAD9E9809C2011b40
Octal25523623001114402113100
Binary1010110110011110100110000100111001000001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E98; }

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

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

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

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

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

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

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

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