Html Css Color HEX #AD9890 Del Rio

📋 copy color: '#AD9890'

red 173 ◦ green 152 ◦ blue 144

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

Shades of Del Rio #AD9890

Tints of Del Rio #AD9890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 36.89%
G = 32.41%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9890 (or 0xAD9890) is known color: Del Rio. HEX triplet: AD, 98 and 90. RGB value is (173,152,144). Sum of RGB (Red+Green+Blue) = 173+152+144=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9890 is #52676F. Grayscale: #9D9D9D. Windows color (decimal): -5400432 or 9476269. OLE color: 9476269.

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

Color convert

RGB 173 152 144 -
CMYK 0 0.12 0.17 0.32
HSL 16.55º 0.15% 0.62% -
HSV(B) 16.55º 0.17% 0.68% -
XYZ 33.5 33.35 31.06 -
YUV 157.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 173 152 144 0 0.12 0.17 0.32 16.55 0.15 0.62
Hex AD 98 90 0 C 11 20 11 F 3E
Octal 255 230 220 0 14 21 40 21 17 76
Binary 10101101 10011000 10010000 0 1100 10001 100000 10001 1111 111110

Color Harmonies of #AD9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9890

Black with #AD9890

Text Example


Text Example

White with #AD9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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