Html Css Color HEX #AD978A Del Rio

📋 copy color: '#AD978A'

red 173 ◦ green 151 ◦ blue 138

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

Shades of Del Rio #AD978A

Tints of Del Rio #AD978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 37.45%
G = 32.68%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD978A (or 0xAD978A) is known color: Del Rio. HEX triplet: AD, 97 and 8A. RGB value is (173,151,138). Sum of RGB (Red+Green+Blue) = 173+151+138=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978A is #526875. Grayscale: #9C9C9C. Windows color (decimal): -5400694 or 9082797. OLE color: 9082797.

HSL color Cylindrical-coordinate representation of color #AD978A: hue angle of 22.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD978A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 138 -
CMYK 0 0.13 0.20 0.32
HSL 22.29º 0.18% 0.61% -
HSV(B) 22.29º 0.2% 0.68% -
XYZ 32.89 32.85 28.65 -
YUV 156.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 173 151 138 0 0.13 0.20 0.32 22.29 0.18 0.61
Hex AD 97 8A 0 D 14 20 16 12 3D
Octal 255 227 212 0 15 24 40 26 22 75
Binary 10101101 10010111 10001010 0 1101 10100 100000 10110 10010 111101

Color Harmonies of #AD978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD978A

Black with #AD978A

Text Example


Text Example

White with #AD978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD978A; }

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

 H1.HeaderClassName
 {
   color: #AD978A;
 }
 .AnyTagClassName
 {
   color: #AD978A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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