#AD998D

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

Shades of Del Rio #AD998D

Tints of Del Rio #AD998D

Color information

#AD998D (or 0xAD998D) is unknown color: approx Del Rio. HEX triplet: AD, 99 and 8D. RGB value is (173,153,141). Sum of RGB (Red+Green+Blue) = 173+153+141=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998D is #526672. Grayscale: #9D9D9D. Windows color (decimal): -5400179 or 9279917. OLE color: 9279917.

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

Color convert

RGB173153141-
CMYK00.120.180.32
HSL22.5º16.33%61.57%-
HSV(B)22.5º18.5%67.84%-
XYZ33.4333.5929.92-
YUV157.61118.63138.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=37.04%
G=32.76%
B=30.19%

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
Decimal17315314100.120.180.3222.516.3361.57
HexAD998D0C122017103e
Octal2552312150142240272076
Binary10101101100110011000110101100100101000001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD998D; }

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

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

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

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

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

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

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

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