#AD998F

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

Shades of Del Rio #AD998F

Tints of Del Rio #AD998F

Color information

#AD998F (or 0xAD998F) is unknown color: approx Del Rio. HEX triplet: AD, 99 and 8F. RGB value is (173,153,143). Sum of RGB (Red+Green+Blue) = 173+153+143=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998F is #526670. Grayscale: #9D9D9D. Windows color (decimal): -5400177 or 9410989. OLE color: 9410989.

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

Color convert

RGB173153143-
CMYK00.120.170.32
HSL20º15.46%61.96%-
HSV(B)20º17.34%67.84%-
XYZ33.5833.6530.71-
YUV157.84119.63138.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=36.89%
G=32.62%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315314300.120.170.322015.4661.96
HexAD998F0C112014f3e
Octal2552312170142140241776
Binary1010110110011001100011110110010001100000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD998F; }

 p { color: rgb(173,153,143); }

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

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

 a { background-color: rgb(173,153,143); }

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

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

 span { border-color: rgb(173,153,143); }

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