#A8A669

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

Shades of Green Smoke #A8A669

Tints of Green Smoke #A8A669

Color information

#A8A669 (or 0xA8A669) is unknown color: approx Green Smoke. HEX triplet: A8, A6 and 69. RGB value is (168,166,105). Sum of RGB (Red+Green+Blue) = 168+166+105=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A669 is #575996. Grayscale: #9F9F9F. Windows color (decimal): -5724567 or 6923944. OLE color: 6923944.

HSL color Cylindrical-coordinate representation of color #A8A669: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A669 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168166105-
CMYK00.010.380.34
HSL58.1º26.58%53.53%-
HSV(B)58.1º37.5%65.88%-
XYZ32.3336.6218.73-
YUV159.6497.16133.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=38.27%
G=37.81%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816610500.010.380.3458.126.5853.53
HexA8A6690126223a1b36
Octal250246151014642723366
Binary101010001010011011010010110011010001011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A669; }

 p { color: rgb(168,166,105); }

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

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

 a { background-color: rgb(168,166,105); }

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

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

 span { border-color: rgb(168,166,105); }

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