Html Css Color HEX #AD9E96 Del Rio

📋 copy color: '#AD9E96'

red 173 ◦ green 158 ◦ blue 150

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

Shades of Del Rio #AD9E96

Tints of Del Rio #AD9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.85%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 35.97%
G = 32.85%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9E96 (or 0xAD9E96) is known color: Del Rio. HEX triplet: AD, 9E and 96. RGB value is (173,158,150). Sum of RGB (Red+Green+Blue) = 173+158+150=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E96 is #526169. Grayscale: #A1A1A1. Windows color (decimal): -5398890 or 9871021. OLE color: 9871021.

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

Color convert

RGB 173 158 150 -
CMYK 0 0.09 0.13 0.32
HSL 20.87º 0.12% 0.63% -
HSV(B) 20.87º 0.13% 0.68% -
XYZ 34.97 35.54 33.87 -
YUV 161.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 173 158 150 0 0.09 0.13 0.32 20.87 0.12 0.63
Hex AD 9E 96 0 9 D 20 15 C 3F
Octal 255 236 226 0 11 15 40 25 14 77
Binary 10101101 10011110 10010110 0 1001 1101 100000 10101 1100 111111

Color Harmonies of #AD9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E96

Black with #AD9E96

Text Example


Text Example

White with #AD9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E96; }

 p { color: rgb(173,158,150); }

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

background-color css

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

 a { background-color: rgb(173,158,150); }

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

border-color css

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

 span { border-color: rgb(173,158,150); }

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