Html Css Color HEX #AD9F9A Del Rio

📋 copy color: '#AD9F9A'

red 173 ◦ green 159 ◦ blue 154

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

Shades of Del Rio #AD9F9A

Tints of Del Rio #AD9F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 35.6%
G = 32.72%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD9F9A (or 0xAD9F9A) is known color: Del Rio. HEX triplet: AD, 9F and 9A. RGB value is (173,159,154). Sum of RGB (Red+Green+Blue) = 173+159+154=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9A is #526065. Grayscale: #A2A2A2. Windows color (decimal): -5398630 or 10133421. OLE color: 10133421.

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

Color convert

RGB 173 159 154 -
CMYK 0 0.08 0.11 0.32
HSL 15.79º 0.1% 0.64% -
HSV(B) 15.79º 0.11% 0.68% -
XYZ 35.46 36.01 35.65 -
YUV 162.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 173 159 154 0 0.08 0.11 0.32 15.79 0.1 0.64
Hex AD 9F 9A 0 8 B 20 10 A 40
Octal 255 237 232 0 10 13 40 20 12 100
Binary 10101101 10011111 10011010 0 1000 1011 100000 10000 1010 1000000

Color Harmonies of #AD9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F9A

Black with #AD9F9A

Text Example


Text Example

White with #AD9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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