#A6AF98

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

Shades of Green Spring #A6AF98

Tints of Green Spring #A6AF98

Color information

#A6AF98 (or 0xA6AF98) is unknown color: approx Green Spring. HEX triplet: A6, AF and 98. RGB value is (166,175,152). Sum of RGB (Red+Green+Blue) = 166+175+152=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF98 is #595067. Grayscale: #A9A9A9. Windows color (decimal): -5853288 or 10006438. OLE color: 10006438.

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

Color convert

RGB166175152-
CMYK0.0500.130.31
HSL83.48º12.57%64.12%-
HSV(B)83.48º13.14%68.63%-
XYZ36.7241.0335.69-
YUV169.69118.02125.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=33.67%
G=35.50%
B=30.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751520.0500.130.3183.4812.5764.12
HexA6AF9850D1F53d40
Octal24625723050153712315100
Binary1010011010101111100110001010110111111101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF98; }

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

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

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

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

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

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

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

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