#AD988E

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

Shades of Del Rio #AD988E

Tints of Del Rio #AD988E

Color information

#AD988E (or 0xAD988E) is unknown color: approx Del Rio. HEX triplet: AD, 98 and 8E. RGB value is (173,152,142). Sum of RGB (Red+Green+Blue) = 173+152+142=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988E is #526771. Grayscale: #9D9D9D. Windows color (decimal): -5400434 or 9345197. OLE color: 9345197.

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

Color convert

RGB173152142-
CMYK00.120.180.32
HSL19.35º15.9%61.76%-
HSV(B)19.35º17.92%67.84%-
XYZ33.3433.2930.26-
YUV157.14119.46139.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=37.04%
G=32.55%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315214200.120.180.3219.3515.961.76
HexAD988E0C122013103e
Octal2552302160142240232076
Binary10101101100110001000111001100100101000001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD988E; }

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

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

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

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

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

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

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

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