Html Css Color HEX #AD9F89 Napa

📋 copy color: '#AD9F89'

red 173 ◦ green 159 ◦ blue 137

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

Shades of Napa #AD9F89

Tints of Napa #AD9F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 36.89%
G = 33.9%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD9F89 (or 0xAD9F89) is known color: Napa. HEX triplet: AD, 9F and 89. RGB value is (173,159,137). Sum of RGB (Red+Green+Blue) = 173+159+137=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F89 is #526076. Grayscale: #A0A0A0. Windows color (decimal): -5398647 or 9019309. OLE color: 9019309.

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

Color convert

RGB 173 159 137 -
CMYK 0 0.08 0.21 0.32
HSL 36.67º 0.18% 0.61% -
HSV(B) 36.67º 0.21% 0.68% -
XYZ 34.15 35.49 28.72 -
YUV 160.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 173 159 137 0 0.08 0.21 0.32 36.67 0.18 0.61
Hex AD 9F 89 0 8 15 20 25 12 3D
Octal 255 237 211 0 10 25 40 45 22 75
Binary 10101101 10011111 10001001 0 1000 10101 100000 100101 10010 111101

Color Harmonies of #AD9F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F89

Black with #AD9F89

Text Example


Text Example

White with #AD9F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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