Html Css Color HEX #AD988E Del Rio

📋 copy color: '#AD988E'

red 173 ◦ green 152 ◦ blue 142

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

Shades of Del Rio #AD988E

Tints of Del Rio #AD988E

RGB

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

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

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

R = 37.04%
G = 32.55%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD988E (or 0xAD988E) is known color: Del Rio. HEX triplet: AD, 98 and 8E. RGB value is (173,152,142). Sum of RGB (Red+Green+Blue) = 173+152+142=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988E is #526771. Grayscale: #9D9D9D. Windows color (decimal): -5400434 or 9345197. OLE color: 9345197.

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

Color convert

RGB 173 152 142 -
CMYK 0 0.12 0.18 0.32
HSL 19.35º 0.16% 0.62% -
HSV(B) 19.35º 0.18% 0.68% -
XYZ 33.34 33.29 30.26 -
YUV 157.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 173 152 142 0 0.12 0.18 0.32 19.35 0.16 0.62
Hex AD 98 8E 0 C 12 20 13 10 3E
Octal 255 230 216 0 14 22 40 23 20 76
Binary 10101101 10011000 10001110 0 1100 10010 100000 10011 10000 111110

Color Harmonies of #AD988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD988E

Black with #AD988E

Text Example


Text Example

White with #AD988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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