#A9A18A

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

Shades of Napa #A9A18A

Tints of Napa #A9A18A

Color information

#A9A18A (or 0xA9A18A) is unknown color: approx Napa. HEX triplet: A9, A1 and 8A. RGB value is (169,161,138). Sum of RGB (Red+Green+Blue) = 169+161+138=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A18A is #565E75. Grayscale: #A0A0A0. Windows color (decimal): -5660278 or 9085353. OLE color: 9085353.

HSL color Cylindrical-coordinate representation of color #A9A18A: hue angle of 44.52º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9A18A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169161138-
CMYK00.050.180.34
HSL44.52º15.27%60.2%-
HSV(B)44.52º18.34%66.27%-
XYZ33.6935.7629.17-
YUV160.77115.15133.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=36.11%
G=34.40%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916113800.050.180.3444.5215.2760.2
HexA9A18A0512222df3c
Octal251241212052242551774
Binary1010100110100001100010100101100101000101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A18A; }

 p { color: rgb(169,161,138); }

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

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

 a { background-color: rgb(169,161,138); }

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

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

 span { border-color: rgb(169,161,138); }

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