#A69D8A

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

Shades of Napa #A69D8A

Tints of Napa #A69D8A

Color information

#A69D8A (or 0xA69D8A) is unknown color: approx Napa. HEX triplet: A6, 9D and 8A. RGB value is (166,157,138). Sum of RGB (Red+Green+Blue) = 166+157+138=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D8A is #596275. Grayscale: #9D9D9D. Windows color (decimal): -5857910 or 9084326. OLE color: 9084326.

HSL color Cylindrical-coordinate representation of color #A69D8A: hue angle of 40.71º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69D8A is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166157138-
CMYK00.050.170.35
HSL40.71º13.59%59.61%-
HSV(B)40.71º16.87%65.1%-
XYZ32.3734.0628.91-
YUV157.52116.98134.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=36.01%
G=34.06%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615713800.050.170.3540.7113.5959.61
HexA69D8A05112329e3c
Octal246235212052143511674
Binary1010011010011101100010100101100011000111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D8A; }

 p { color: rgb(166,157,138); }

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

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

 a { background-color: rgb(166,157,138); }

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

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

 span { border-color: rgb(166,157,138); }

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