Html Css Color HEX #AD9D98 Del Rio

📋 copy color: '#AD9D98'

red 173 ◦ green 157 ◦ blue 152

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

Shades of Del Rio #AD9D98

Tints of Del Rio #AD9D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 35.89%
G = 32.57%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9D98 (or 0xAD9D98) is known color: Del Rio. HEX triplet: AD, 9D and 98. RGB value is (173,157,152). Sum of RGB (Red+Green+Blue) = 173+157+152=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D98 is #526267. Grayscale: #A1A1A1. Windows color (decimal): -5399144 or 10001837. OLE color: 10001837.

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

Color convert

RGB 173 157 152 -
CMYK 0 0.09 0.12 0.32
HSL 14.29º 0.11% 0.64% -
HSV(B) 14.29º 0.12% 0.68% -
XYZ 34.96 35.27 34.67 -
YUV 161.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 173 157 152 0 0.09 0.12 0.32 14.29 0.11 0.64
Hex AD 9D 98 0 9 C 20 E B 40
Octal 255 235 230 0 11 14 40 16 13 100
Binary 10101101 10011101 10011000 0 1001 1100 100000 1110 1011 1000000

Color Harmonies of #AD9D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D98

Black with #AD9D98

Text Example


Text Example

White with #AD9D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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