#A7AF98

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

Shades of Green Spring #A7AF98

Tints of Green Spring #A7AF98

Color information

#A7AF98 (or 0xA7AF98) is unknown color: approx Green Spring. HEX triplet: A7, AF and 98. RGB value is (167,175,152). Sum of RGB (Red+Green+Blue) = 167+175+152=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF98 is #585067. Grayscale: #AAAAAA. Windows color (decimal): -5787752 or 10006439. OLE color: 10006439.

HSL color Cylindrical-coordinate representation of color #A7AF98: hue angle of 80.87º 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 #A7AF98 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB167175152-
CMYK0.0500.130.31
HSL80.87º12.57%64.12%-
HSV(B)80.87º13.14%68.63%-
XYZ36.9341.1435.7-
YUV169.99117.85125.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=33.81%
G=35.43%
B=30.77%

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
Decimal1671751520.0500.130.3180.8712.5764.12
HexA7AF9850D1F51d40
Octal24725723050153712115100
Binary1010011110101111100110001010110111111101000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF98; }

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

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

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

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

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

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

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

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