Html Css Color HEX #AD978E Del Rio

📋 copy color: '#AD978E'

red 173 ◦ green 151 ◦ blue 142

#AD978E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #AD978E

Tints of Del Rio #AD978E

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

 GREEN value IS 151 (59.38% from 255) = 32.4%

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 37.12%
G = 32.4%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD978E (or 0xAD978E) is known color: 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

RGB 173 151 142 -
CMYK 0 0.13 0.18 0.32
HSL 17.42º 0.16% 0.62% -
HSV(B) 17.42º 0.18% 0.68% -
XYZ 33.18 32.97 30.21 -
YUV 156.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 173 151 142 0 0.13 0.18 0.32 17.42 0.16 0.62
Hex AD 97 8E 0 D 12 20 11 10 3E
Octal 255 227 216 0 15 22 40 21 20 76
Binary 10101101 10010111 10001110 0 1101 10010 100000 10001 10000 111110

Color Harmonies of #AD978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD978E

Black with #AD978E

Text Example


Text Example

White with #AD978E

Text Example


Text Example

HTML Codes & Css Web 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>