#A6AF8D

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

Shades of Green Spring #A6AF8D

Tints of Green Spring #A6AF8D

Color information

#A6AF8D (or 0xA6AF8D) is unknown color: approx Green Spring. HEX triplet: A6, AF and 8D. RGB value is (166,175,141). Sum of RGB (Red+Green+Blue) = 166+175+141=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF8D is #595072. Grayscale: #A8A8A8. Windows color (decimal): -5853299 or 9285542. OLE color: 9285542.

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

Color convert

RGB166175141-
CMYK0.0500.190.31
HSL75.88º17.53%61.96%-
HSV(B)75.88º19.43%68.63%-
XYZ35.8640.6931.16-
YUV168.43112.52126.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=34.44%
G=36.31%
B=29.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751410.0500.190.3175.8817.5361.96
HexA6AF8D50131F4c123e
Octal2462572155023371142276
Binary10100110101011111000110110101001111111100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF8D; }

 p { color: rgb(166,175,141); }

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

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

 a { background-color: rgb(166,175,141); }

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

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

 span { border-color: rgb(166,175,141); }

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