#A7AF92

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

Shades of Green Spring #A7AF92

Tints of Green Spring #A7AF92

Color information

#A7AF92 (or 0xA7AF92) is unknown color: approx Green Spring. HEX triplet: A7, AF and 92. RGB value is (167,175,146). Sum of RGB (Red+Green+Blue) = 167+175+146=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF92 is #58506D. Grayscale: #A9A9A9. Windows color (decimal): -5787758 or 9613223. OLE color: 9613223.

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

Color convert

RGB167175146-
CMYK0.0500.170.31
HSL76.55º15.34%62.94%-
HSV(B)76.55º16.57%68.63%-
XYZ36.4540.9533.18-
YUV169.3114.85126.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=34.22%
G=35.86%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751460.0500.170.3176.5515.3462.94
HexA7AF9250111F4df3f
Octal2472572225021371151777
Binary1010011110101111100100101010100011111110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF92; }

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

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

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

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

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

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

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

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