#A4AE95

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

Shades of Green Spring #A4AE95

Tints of Green Spring #A4AE95

Color information

#A4AE95 (or 0xA4AE95) is unknown color: approx Green Spring. HEX triplet: A4, AE and 95. RGB value is (164,174,149). Sum of RGB (Red+Green+Blue) = 164+174+149=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE95 is #5B516A. Grayscale: #A8A8A8. Windows color (decimal): -5984619 or 9809572. OLE color: 9809572.

HSL color Cylindrical-coordinate representation of color #A4AE95: hue angle of 84º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4AE95 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB164174149-
CMYK0.0600.140.32
HSL84º13.37%63.33%-
HSV(B)84º14.37%68.24%-
XYZ35.8740.3334.33-
YUV168.16117.19125.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=33.68%
G=35.73%
B=30.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741490.0600.140.328413.3763.33
HexA4AE9560E2054d3f
Octal2442562256016401241577
Binary1010010010101110100101011100111010000010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE95; }

 p { color: rgb(164,174,149); }

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

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

 a { background-color: rgb(164,174,149); }

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

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

 span { border-color: rgb(164,174,149); }

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