#A8A08A

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

Shades of Napa #A8A08A

Tints of Napa #A8A08A

Color information

#A8A08A (or 0xA8A08A) is unknown color: approx Napa. HEX triplet: A8, A0 and 8A. RGB value is (168,160,138). Sum of RGB (Red+Green+Blue) = 168+160+138=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A08A is #575F75. Grayscale: #9F9F9F. Windows color (decimal): -5726070 or 9085096. OLE color: 9085096.

HSL color Cylindrical-coordinate representation of color #A8A08A: hue angle of 44º 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 #A8A08A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168160138-
CMYK00.050.180.34
HSL44º14.71%60%-
HSV(B)44º17.86%65.88%-
XYZ33.3135.329.1-
YUV159.88115.65133.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=36.05%
G=34.33%
B=29.61%

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
Decimal16816013800.050.180.344414.7160
HexA8A08A0512222cf3c
Octal250240212052242541774
Binary1010100010100000100010100101100101000101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A08A; }

 p { color: rgb(168,160,138); }

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

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

 a { background-color: rgb(168,160,138); }

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

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

 span { border-color: rgb(168,160,138); }

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