#A69A80

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

Shades of Napa #A69A80

Tints of Napa #A69A80

Color information

#A69A80 (or 0xA69A80) is unknown color: approx Napa. HEX triplet: A6, 9A and 80. RGB value is (166,154,128). Sum of RGB (Red+Green+Blue) = 166+154+128=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A80 is #59657F. Grayscale: #9A9A9A. Windows color (decimal): -5858688 or 8428198. OLE color: 8428198.

HSL color Cylindrical-coordinate representation of color #A69A80: hue angle of 41.05º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69A80 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166154128-
CMYK00.070.230.35
HSL41.05º17.59%57.65%-
HSV(B)41.05º22.89%65.1%-
XYZ31.1832.7825.11-
YUV154.62112.98136.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=37.05%
G=34.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615412800.070.230.3541.0517.5957.65
HexA69A8007172329123a
Octal246232200072743512272
Binary10100110100110101000000001111011110001110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A80; }

 p { color: rgb(166,154,128); }

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

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

 a { background-color: rgb(166,154,128); }

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

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

 span { border-color: rgb(166,154,128); }

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