#A8AE6A

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

Shades of Green Smoke #A8AE6A

Tints of Green Smoke #A8AE6A

Color information

#A8AE6A (or 0xA8AE6A) is unknown color: approx Green Smoke. HEX triplet: A8, AE and 6A. RGB value is (168,174,106). Sum of RGB (Red+Green+Blue) = 168+174+106=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6A is #575195. Grayscale: #A4A4A4. Windows color (decimal): -5722518 or 6991528. OLE color: 6991528.

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

Color convert

RGB168174106-
CMYK0.0300.390.32
HSL65.29º29.57%54.9%-
HSV(B)65.29º39.08%68.24%-
XYZ33.8939.6419.5-
YUV164.4595.01130.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=37.5%
G=38.84%
B=23.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741060.0300.390.3265.2929.5754.9
HexA8AE6A302720411e37
Octal2502561523047401013667
Binary10101000101011101101010110100111100000100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE6A; }

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

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

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

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

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

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

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

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