#A6AE8E

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

Shades of Green Spring #A6AE8E

Tints of Green Spring #A6AE8E

Color information

#A6AE8E (or 0xA6AE8E) is unknown color: approx Green Spring. HEX triplet: A6, AE and 8E. RGB value is (166,174,142). Sum of RGB (Red+Green+Blue) = 166+174+142=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE8E is #595171. Grayscale: #A8A8A8. Windows color (decimal): -5853554 or 9350822. OLE color: 9350822.

HSL color Cylindrical-coordinate representation of color #A6AE8E: hue angle of 75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6AE8E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB166174142-
CMYK0.0500.180.32
HSL75º16.49%61.96%-
HSV(B)75º18.39%68.24%-
XYZ35.7440.3331.49-
YUV167.96113.35126.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=34.44%
G=36.10%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741420.0500.180.327516.4961.96
HexA6AE8E5012204b103e
Octal2462562165022401132076
Binary101001101010111010001110101010010100000100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE8E; }

 p { color: rgb(166,174,142); }

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

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

 a { background-color: rgb(166,174,142); }

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

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

 span { border-color: rgb(166,174,142); }

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