#A8AF8F

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

Shades of Green Spring #A8AF8F

Tints of Green Spring #A8AF8F

Color information

#A8AF8F (or 0xA8AF8F) is unknown color: approx Green Spring. HEX triplet: A8, AF and 8F. RGB value is (168,175,143). Sum of RGB (Red+Green+Blue) = 168+175+143=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF8F is #575070. Grayscale: #A9A9A9. Windows color (decimal): -5722225 or 9416616. OLE color: 9416616.

HSL color Cylindrical-coordinate representation of color #A8AF8F: hue angle of 73.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AF8F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB168175143-
CMYK0.0400.180.31
HSL73.12º16.67%62.35%-
HSV(B)73.12º18.29%68.63%-
XYZ36.4440.9731.97-
YUV169.26113.18127.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=34.57%
G=36.01%
B=29.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751430.0400.180.3173.1216.6762.35
HexA8AF8F40121F49113e
Octal2502572174022371112176
Binary10101000101011111000111110001001011111100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF8F; }

 p { color: rgb(168,175,143); }

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

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

 a { background-color: rgb(168,175,143); }

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

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

 span { border-color: rgb(168,175,143); }

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