Html Css Color HEX #AD998E Del Rio

📋 copy color: '#AD998E'

red 173 ◦ green 153 ◦ blue 142

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

Shades of Del Rio #AD998E

Tints of Del Rio #AD998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 36.97%
G = 32.69%
B = 30.34%

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

#AD998E (or 0xAD998E) is known color: Del Rio. HEX triplet: AD, 99 and 8E. RGB value is (173,153,142). Sum of RGB (Red+Green+Blue) = 173+153+142=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998E is #526671. Grayscale: #9D9D9D. Windows color (decimal): -5400178 or 9345453. OLE color: 9345453.

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

Color convert

RGB 173 153 142 -
CMYK 0 0.12 0.18 0.32
HSL 21.29º 0.16% 0.62% -
HSV(B) 21.29º 0.18% 0.68% -
XYZ 33.51 33.62 30.31 -
YUV 157.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 173 153 142 0 0.12 0.18 0.32 21.29 0.16 0.62
Hex AD 99 8E 0 C 12 20 15 10 3E
Octal 255 231 216 0 14 22 40 25 20 76
Binary 10101101 10011001 10001110 0 1100 10010 100000 10101 10000 111110

Color Harmonies of #AD998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD998E

Black with #AD998E

Text Example


Text Example

White with #AD998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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