#A8A768

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

Shades of Green Smoke #A8A768

Tints of Green Smoke #A8A768

Color information

#A8A768 (or 0xA8A768) is unknown color: approx Green Smoke. HEX triplet: A8, A7 and 68. RGB value is (168,167,104). Sum of RGB (Red+Green+Blue) = 168+167+104=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A768 is #575897. Grayscale: #A0A0A0. Windows color (decimal): -5724312 or 6858664. OLE color: 6858664.

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

Color convert

RGB168167104-
CMYK00.010.380.34
HSL59.06º26.89%53.33%-
HSV(B)59.06º38.1%65.88%-
XYZ32.4736.9618.52-
YUV160.1296.33133.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=38.27%
G=38.04%
B=23.69%

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
Decimal16816710400.010.380.3459.0626.8953.33
HexA8A7680126223b1b35
Octal250247150014642733365
Binary101010001010011111010000110011010001011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A768; }

 p { color: rgb(168,167,104); }

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

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

 a { background-color: rgb(168,167,104); }

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

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

 span { border-color: rgb(168,167,104); }

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