Html Css Color HEX #AD988C Del Rio

📋 copy color: '#AD988C'

red 173 ◦ green 152 ◦ blue 140

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

Shades of Del Rio #AD988C

Tints of Del Rio #AD988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 37.2%
G = 32.69%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD988C (or 0xAD988C) is known color: Del Rio. HEX triplet: AD, 98 and 8C. RGB value is (173,152,140). Sum of RGB (Red+Green+Blue) = 173+152+140=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988C is #526773. Grayscale: #9C9C9C. Windows color (decimal): -5400436 or 9214125. OLE color: 9214125.

HSL color Cylindrical-coordinate representation of color #AD988C: hue angle of 21.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD988C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 140 -
CMYK 0 0.12 0.19 0.32
HSL 21.82º 0.17% 0.61% -
HSV(B) 21.82º 0.19% 0.68% -
XYZ 33.2 33.23 29.48 -
YUV 156.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 173 152 140 0 0.12 0.19 0.32 21.82 0.17 0.61
Hex AD 98 8C 0 C 13 20 16 11 3D
Octal 255 230 214 0 14 23 40 26 21 75
Binary 10101101 10011000 10001100 0 1100 10011 100000 10110 10001 111101

Color Harmonies of #AD988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD988C

Black with #AD988C

Text Example


Text Example

White with #AD988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD988C; }

 p { color: rgb(173,152,140); }

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

background-color css

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

 a { background-color: rgb(173,152,140); }

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

border-color css

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

 span { border-color: rgb(173,152,140); }

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