#A69B8A

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

Shades of Napa #A69B8A

Tints of Napa #A69B8A

Color information

#A69B8A (or 0xA69B8A) is unknown color: approx Napa. HEX triplet: A6, 9B and 8A. RGB value is (166,155,138). Sum of RGB (Red+Green+Blue) = 166+155+138=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B8A is #596475. Grayscale: #9C9C9C. Windows color (decimal): -5858422 or 9083814. OLE color: 9083814.

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

Color convert

RGB166155138-
CMYK00.070.170.35
HSL36.43º13.59%59.61%-
HSV(B)36.43º16.87%65.1%-
XYZ32.0333.3828.8-
YUV156.35117.64134.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=36.17%
G=33.77%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615513800.070.170.3536.4313.5959.61
HexA69B8A07112324e3c
Octal246233212072143441674
Binary1010011010011011100010100111100011000111001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B8A; }

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

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

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

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

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

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

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

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