#A4AF91

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

Shades of Green Spring #A4AF91

Tints of Green Spring #A4AF91

Color information

#A4AF91 (or 0xA4AF91) is unknown color: approx Green Spring. HEX triplet: A4, AF and 91. RGB value is (164,175,145). Sum of RGB (Red+Green+Blue) = 164+175+145=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF91 is #5B506E. Grayscale: #A8A8A8. Windows color (decimal): -5984367 or 9547684. OLE color: 9547684.

HSL color Cylindrical-coordinate representation of color #A4AF91: hue angle of 82º degrees, saturation: 0.16, 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 #A4AF91 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB164175145-
CMYK0.0600.170.31
HSL82º15.79%62.75%-
HSV(B)82º17.14%68.63%-
XYZ35.7540.632.74-
YUV168.29114.86124.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=33.88%
G=36.16%
B=29.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751450.0600.170.318215.7962.75
HexA4AF9160111F52103f
Octal2442572216021371222077
Binary10100100101011111001000111001000111111101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF91; }

 p { color: rgb(164,175,145); }

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

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

 a { background-color: rgb(164,175,145); }

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

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

 span { border-color: rgb(164,175,145); }

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