#A69C89

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

Shades of Napa #A69C89

Tints of Napa #A69C89

Color information

#A69C89 (or 0xA69C89) is unknown color: approx Napa. HEX triplet: A6, 9C and 89. RGB value is (166,156,137). Sum of RGB (Red+Green+Blue) = 166+156+137=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C89 is #596376. Grayscale: #9C9C9C. Windows color (decimal): -5858167 or 9018534. OLE color: 9018534.

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

Color convert

RGB166156137-
CMYK00.060.170.35
HSL39.31º14.01%59.41%-
HSV(B)39.31º17.47%65.1%-
XYZ32.1333.6928.48-
YUV156.82116.81134.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=36.17%
G=33.99%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615613700.060.170.3539.3114.0159.41
HexA69C8906112327e3b
Octal246234211062143471673
Binary1010011010011100100010010110100011000111001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C89; }

 p { color: rgb(166,156,137); }

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

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

 a { background-color: rgb(166,156,137); }

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

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

 span { border-color: rgb(166,156,137); }

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