Html Css Color HEX #AD9F98 Del Rio

📋 copy color: '#AD9F98'

red 173 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #AD9F98

Tints of Del Rio #AD9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 35.74%
G = 32.85%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9F98 (or 0xAD9F98) is known color: Del Rio. HEX triplet: AD, 9F and 98. RGB value is (173,159,152). Sum of RGB (Red+Green+Blue) = 173+159+152=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F98 is #526067. Grayscale: #A2A2A2. Windows color (decimal): -5398632 or 10002349. OLE color: 10002349.

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

Color convert

RGB 173 159 152 -
CMYK 0 0.08 0.12 0.32
HSL 20º 0.11% 0.64% -
HSV(B) 20º 0.12% 0.68% -
XYZ 35.3 35.95 34.78 -
YUV 162.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 173 159 152 0 0.08 0.12 0.32 20 0.11 0.64
Hex AD 9F 98 0 8 C 20 14 B 40
Octal 255 237 230 0 10 14 40 24 13 100
Binary 10101101 10011111 10011000 0 1000 1100 100000 10100 1011 1000000

Color Harmonies of #AD9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F98

Black with #AD9F98

Text Example


Text Example

White with #AD9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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