#A99D84

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

Shades of Napa #A99D84

Tints of Napa #A99D84

Color information

#A99D84 (or 0xA99D84) is unknown color: approx Napa. HEX triplet: A9, 9D and 84. RGB value is (169,157,132). Sum of RGB (Red+Green+Blue) = 169+157+132=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D84 is #56627B. Grayscale: #9D9D9D. Windows color (decimal): -5661308 or 8691113. OLE color: 8691113.

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

Color convert

RGB169157132-
CMYK00.070.220.34
HSL40.54º17.7%59.02%-
HSV(B)40.54º21.89%66.27%-
XYZ32.5834.2126.72-
YUV157.74113.48136.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=36.90%
G=34.28%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915713200.070.220.3440.5417.759.02
HexA99D8407162229123b
Octal251235204072642512273
Binary10101001100111011000010001111011010001010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D84; }

 p { color: rgb(169,157,132); }

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

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

 a { background-color: rgb(169,157,132); }

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

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

 span { border-color: rgb(169,157,132); }

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