#A8A18B

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

Shades of Napa #A8A18B

Tints of Napa #A8A18B

Color information

#A8A18B (or 0xA8A18B) is unknown color: approx Napa. HEX triplet: A8, A1 and 8B. RGB value is (168,161,139). Sum of RGB (Red+Green+Blue) = 168+161+139=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A18B is #575E74. Grayscale: #A0A0A0. Windows color (decimal): -5725813 or 9150888. OLE color: 9150888.

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

Color convert

RGB168161139-
CMYK00.040.170.34
HSL45.52º14.29%60.2%-
HSV(B)45.52º17.26%65.88%-
XYZ33.5535.6829.54-
YUV160.58115.82133.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=35.90%
G=34.40%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816113900.040.170.3445.5214.2960.2
HexA8A18B0411222ee3c
Octal250241213042142561674
Binary1010100010100001100010110100100011000101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A18B; }

 p { color: rgb(168,161,139); }

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

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

 a { background-color: rgb(168,161,139); }

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

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

 span { border-color: rgb(168,161,139); }

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