#A99F86

Color #A99F86 Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #A99F86

Tints of Napa #A99F86

Color information

#A99F86 (or 0xA99F86) is unknown color: approx Napa. HEX triplet: A9, 9F and 86. RGB value is (169,159,134). Sum of RGB (Red+Green+Blue) = 169+159+134=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99F86 is #566079. Grayscale: #9F9F9F. Windows color (decimal): -5660794 or 8822697. OLE color: 8822697.

HSL color Cylindrical-coordinate representation of color #A99F86: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99F86 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169159134-
CMYK00.060.210.34
HSL42.86º16.91%59.41%-
HSV(B)42.86º20.71%66.27%-
XYZ33.0634.9527.56-
YUV159.14113.81135.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=36.58%
G=34.42%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915913400.060.210.3442.8616.9159.41
HexA99F860615222b113b
Octal251237206062542532173
Binary10101001100111111000011001101010110001010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F86; }

 p { color: rgb(169,159,134); }

 H1.HeaderClassName
 {
   color: #A99F86;
 }
 .AnyTagClassName
 {
   color: #A99F86;
 }
</style>
background-color css

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

 a { background-color: rgb(169,159,134); }

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

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

 span { border-color: rgb(169,159,134); }

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