#A69A7F

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

Shades of Napa #A69A7F

Tints of Napa #A69A7F

Color information

#A69A7F (or 0xA69A7F) is unknown color: approx Napa. HEX triplet: A6, 9A and 7F. RGB value is (166,154,127). Sum of RGB (Red+Green+Blue) = 166+154+127=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A7F is #596580. Grayscale: #9A9A9A. Windows color (decimal): -5858689 or 8362662. OLE color: 8362662.

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

Color convert

RGB166154127-
CMYK00.070.230.35
HSL41.54º17.97%57.45%-
HSV(B)41.54º23.49%65.1%-
XYZ31.1132.7524.76-
YUV154.51112.48136.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 127 (50% from 255) = 28.41%
R=37.14%
G=34.45%
B=28.41%

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
Decimal16615412700.070.230.3541.5417.9757.45
HexA69A7F0717232a1239
Octal246232177072743522271
Binary1010011010011010111111101111011110001110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A7F; }

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

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

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

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

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

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

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

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