#AD978F

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

Shades of Del Rio #AD978F

Tints of Del Rio #AD978F

Color information

#AD978F (or 0xAD978F) is unknown color: approx Del Rio. HEX triplet: AD, 97 and 8F. RGB value is (173,151,143). Sum of RGB (Red+Green+Blue) = 173+151+143=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978F is #526870. Grayscale: #9C9C9C. Windows color (decimal): -5400689 or 9410477. OLE color: 9410477.

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

Color convert

RGB173151143-
CMYK00.130.170.32
HSL16º15.46%61.96%-
HSV(B)16º17.34%67.84%-
XYZ33.263330.6-
YUV156.67120.29139.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=37.04%
G=32.33%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315114300.130.170.321615.4661.96
HexAD978F0D112010f3e
Octal2552272170152140201776
Binary1010110110010111100011110110110001100000100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD978F; }

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

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

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

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

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

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

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

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