Html Css Color HEX #AD9F88 Napa

📋 copy color: '#AD9F88'

red 173 ◦ green 159 ◦ blue 136

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

Shades of Napa #AD9F88

Tints of Napa #AD9F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 36.97%
G = 33.97%
B = 29.06%

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

#AD9F88 (or 0xAD9F88) is known color: Napa. HEX triplet: AD, 9F and 88. RGB value is (173,159,136). Sum of RGB (Red+Green+Blue) = 173+159+136=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F88 is #526077. Grayscale: #A0A0A0. Windows color (decimal): -5398648 or 8953773. OLE color: 8953773.

HSL color Cylindrical-coordinate representation of color #AD9F88: hue angle of 37.3º 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 #AD9F88 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 136 -
CMYK 0 0.08 0.21 0.32
HSL 37.3º 0.18% 0.61% -
HSV(B) 37.3º 0.21% 0.68% -
XYZ 34.08 35.46 28.34 -
YUV 160.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 173 159 136 0 0.08 0.21 0.32 37.3 0.18 0.61
Hex AD 9F 88 0 8 15 20 25 12 3D
Octal 255 237 210 0 10 25 40 45 22 75
Binary 10101101 10011111 10001000 0 1000 10101 100000 100101 10010 111101

Color Harmonies of #AD9F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F88

Black with #AD9F88

Text Example


Text Example

White with #AD9F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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