#A99D83

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

Shades of Napa #A99D83

Tints of Napa #A99D83

Color information

#A99D83 (or 0xA99D83) is unknown color: approx Napa. HEX triplet: A9, 9D and 83. RGB value is (169,157,131). Sum of RGB (Red+Green+Blue) = 169+157+131=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D83 is #56627C. Grayscale: #9D9D9D. Windows color (decimal): -5661309 or 8625577. OLE color: 8625577.

HSL color Cylindrical-coordinate representation of color #A99D83: hue angle of 41.05º 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 #A99D83 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169157131-
CMYK00.070.220.34
HSL41.05º18.1%58.82%-
HSV(B)41.05º22.49%66.27%-
XYZ32.5234.1926.36-
YUV157.62112.98136.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=36.98%
G=34.35%
B=28.67%

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
Decimal16915713100.070.220.3441.0518.158.82
HexA99D8307162229123b
Octal251235203072642512273
Binary10101001100111011000001101111011010001010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D83; }

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

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

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

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

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

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

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

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