#AD978D

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

Shades of Del Rio #AD978D

Tints of Del Rio #AD978D

Color information

#AD978D (or 0xAD978D) is unknown color: approx Del Rio. HEX triplet: AD, 97 and 8D. RGB value is (173,151,141). Sum of RGB (Red+Green+Blue) = 173+151+141=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978D is #526872. Grayscale: #9C9C9C. Windows color (decimal): -5400691 or 9279405. OLE color: 9279405.

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

Color convert

RGB173151141-
CMYK00.130.180.32
HSL18.75º16.33%61.57%-
HSV(B)18.75º18.5%67.84%-
XYZ33.1132.9429.81-
YUV156.44119.29139.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=37.20%
G=32.47%
B=30.32%

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
Decimal17315114100.130.180.3218.7516.3361.57
HexAD978D0D122013103e
Octal2552272150152240232076
Binary10101101100101111000110101101100101000001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD978D; }

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

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

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

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

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

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

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

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