#AD998C

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

Shades of Del Rio #AD998C

Tints of Del Rio #AD998C

Color information

#AD998C (or 0xAD998C) is unknown color: approx Del Rio. HEX triplet: AD, 99 and 8C. RGB value is (173,153,140). Sum of RGB (Red+Green+Blue) = 173+153+140=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998C is #526673. Grayscale: #9D9D9D. Windows color (decimal): -5400180 or 9214381. OLE color: 9214381.

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

Color convert

RGB173153140-
CMYK00.120.190.32
HSL23.64º16.75%61.37%-
HSV(B)23.64º19.08%67.84%-
XYZ33.3633.5629.53-
YUV157.5118.13139.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=37.12%
G=32.83%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315314000.120.190.3223.6416.7561.37
HexAD998C0C132018113d
Octal2552312140142340302175
Binary10101101100110011000110001100100111000001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD998C; }

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

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

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

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

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

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

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

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