#AD988D

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

Shades of Del Rio #AD988D

Tints of Del Rio #AD988D

Color information

#AD988D (or 0xAD988D) is unknown color: approx Del Rio. HEX triplet: AD, 98 and 8D. RGB value is (173,152,141). Sum of RGB (Red+Green+Blue) = 173+152+141=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988D is #526772. Grayscale: #9D9D9D. Windows color (decimal): -5400435 or 9279661. OLE color: 9279661.

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

Color convert

RGB173152141-
CMYK00.120.180.32
HSL20.63º16.33%61.57%-
HSV(B)20.63º18.5%67.84%-
XYZ33.2733.2629.87-
YUV157.02118.96139.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=37.12%
G=32.62%
B=30.26%

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
Decimal17315214100.120.180.3220.6316.3361.57
HexAD988D0C122015103e
Octal2552302150142240252076
Binary10101101100110001000110101100100101000001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD988D; }

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

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

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

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

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

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

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

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