#A7AF9A

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

Shades of Green Spring #A7AF9A

Tints of Green Spring #A7AF9A

Color information

#A7AF9A (or 0xA7AF9A) is unknown color: approx Green Spring. HEX triplet: A7, AF and 9A. RGB value is (167,175,154). Sum of RGB (Red+Green+Blue) = 167+175+154=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF9A is #585065. Grayscale: #AAAAAA. Windows color (decimal): -5787750 or 10137511. OLE color: 10137511.

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

Color convert

RGB167175154-
CMYK0.0500.120.31
HSL82.86º11.6%64.51%-
HSV(B)82.86º12%68.63%-
XYZ37.141.2136.57-
YUV170.21118.85125.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=33.67%
G=35.28%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751540.0500.120.3182.8611.664.51
HexA7AF9A50C1F53c41
Octal24725723250143712314101
Binary1010011110101111100110101010110011111101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF9A; }

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

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

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

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

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

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

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

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