Html Css Color HEX #AD9F87 Napa

📋 copy color: '#AD9F87'

red 173 ◦ green 159 ◦ blue 135

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

Shades of Napa #AD9F87

Tints of Napa #AD9F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.91%

R = 37.04%
G = 34.05%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD9F87 (or 0xAD9F87) is known color: Napa. HEX triplet: AD, 9F and 87. RGB value is (173,159,135). Sum of RGB (Red+Green+Blue) = 173+159+135=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F87 is #526078. Grayscale: #A0A0A0. Windows color (decimal): -5398649 or 8888237. OLE color: 8888237.

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

Color convert

RGB 173 159 135 -
CMYK 0 0.08 0.22 0.32
HSL 37.89º 0.19% 0.6% -
HSV(B) 37.89º 0.22% 0.68% -
XYZ 34 35.43 27.97 -
YUV 160.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 173 159 135 0 0.08 0.22 0.32 37.89 0.19 0.6
Hex AD 9F 87 0 8 16 20 26 13 3C
Octal 255 237 207 0 10 26 40 46 23 74
Binary 10101101 10011111 10000111 0 1000 10110 100000 100110 10011 111100

Color Harmonies of #AD9F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F87

Black with #AD9F87

Text Example


Text Example

White with #AD9F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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