Html Css Color HEX #AD9F9D Nobel

📋 copy color: '#AD9F9D'

red 173 ◦ green 159 ◦ blue 157

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

Shades of Nobel #AD9F9D

Tints of Nobel #AD9F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 35.38%
G = 32.52%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD9F9D (or 0xAD9F9D) is known color: Nobel. HEX triplet: AD, 9F and 9D. RGB value is (173,159,157). Sum of RGB (Red+Green+Blue) = 173+159+157=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9D is #526062. Grayscale: #A2A2A2. Windows color (decimal): -5398627 or 10330029. OLE color: 10330029.

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

Color convert

RGB 173 159 157 -
CMYK 0 0.08 0.09 0.32
HSL 7.5º 0.09% 0.65% -
HSV(B) 7.5º 0.09% 0.68% -
XYZ 35.72 36.11 36.99 -
YUV 162.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 173 159 157 0 0.08 0.09 0.32 7.5 0.09 0.65
Hex AD 9F 9D 0 8 9 20 8 9 41
Octal 255 237 235 0 10 11 40 10 11 101
Binary 10101101 10011111 10011101 0 1000 1001 100000 1000 1001 1000001

Color Harmonies of #AD9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F9D

Black with #AD9F9D

Text Example


Text Example

White with #AD9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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