#A8AE6E

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

Shades of Green Smoke #A8AE6E

Tints of Green Smoke #A8AE6E

Color information

#A8AE6E (or 0xA8AE6E) is unknown color: approx Green Smoke. HEX triplet: A8, AE and 6E. RGB value is (168,174,110). Sum of RGB (Red+Green+Blue) = 168+174+110=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6E is #575191. Grayscale: #A5A5A5. Windows color (decimal): -5722514 or 7253672. OLE color: 7253672.

HSL color Cylindrical-coordinate representation of color #A8AE6E: hue angle of 65.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AE6E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB168174110-
CMYK0.0300.370.32
HSL65.62º28.32%55.69%-
HSV(B)65.62º36.78%68.24%-
XYZ34.139.7220.62-
YUV164.9197.01130.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=37.17%
G=38.50%
B=24.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741100.0300.370.3265.6228.3255.69
HexA8AE6E302520421c38
Octal2502561563045401023470
Binary10101000101011101101110110100101100000100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE6E; }

 p { color: rgb(168,174,110); }

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

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

 a { background-color: rgb(168,174,110); }

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

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

 span { border-color: rgb(168,174,110); }

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