#AD978E

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

Shades of Del Rio #AD978E

Tints of Del Rio #AD978E

Color information

#AD978E (or 0xAD978E) is unknown color: approx Del Rio. HEX triplet: AD, 97 and 8E. RGB value is (173,151,142). Sum of RGB (Red+Green+Blue) = 173+151+142=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978E is #526871. Grayscale: #9C9C9C. Windows color (decimal): -5400690 or 9344941. OLE color: 9344941.

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

Color convert

RGB173151142-
CMYK00.130.180.32
HSL17.42º15.9%61.76%-
HSV(B)17.42º17.92%67.84%-
XYZ33.1832.9730.21-
YUV156.55119.79139.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=37.12%
G=32.40%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315114200.130.180.3217.4215.961.76
HexAD978E0D122011103e
Octal2552272160152240212076
Binary10101101100101111000111001101100101000001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD978E; }

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

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

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

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

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

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

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

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