#A8AE9B

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

Shades of Green Spring #A8AE9B

Tints of Green Spring #A8AE9B

Color information

#A8AE9B (or 0xA8AE9B) is unknown color: approx Green Spring. HEX triplet: A8, AE and 9B. RGB value is (168,174,155). Sum of RGB (Red+Green+Blue) = 168+174+155=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE9B is #575164. Grayscale: #AAAAAA. Windows color (decimal): -5722469 or 10202792. OLE color: 10202792.

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

Color convert

RGB168174155-
CMYK0.0300.110.32
HSL78.95º10.5%64.51%-
HSV(B)78.95º10.92%68.24%-
XYZ37.240.9636.96-
YUV170.04119.51126.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=33.80%
G=35.01%
B=31.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741550.0300.110.3278.9510.564.51
HexA8AE9B30B204fa41
Octal25025623330134011712101
Binary1010100010101110100110111101011100000100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE9B; }

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

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

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

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

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

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

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

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