#A4A89E

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

Shades of Green Spring #A4A89E

Tints of Green Spring #A4A89E

Color information

#A4A89E (or 0xA4A89E) is unknown color: approx Green Spring. HEX triplet: A4, A8 and 9E. RGB value is (164,168,158). Sum of RGB (Red+Green+Blue) = 164+168+158=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A89E is #5B5761. Grayscale: #A5A5A5. Windows color (decimal): -5986146 or 10397860. OLE color: 10397860.

HSL color Cylindrical-coordinate representation of color #A4A89E: hue angle of 84º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A4A89E is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB164168158-
CMYK0.0200.060.34
HSL84º5.43%63.92%-
HSV(B)84º5.95%65.88%-
XYZ35.4838.3737.88-
YUV165.66123.67126.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=33.47%
G=34.29%
B=32.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641681580.0200.060.34845.4363.92
HexA4A89E2062254540
Octal244250236206421245100
Binary10100100101010001001111010011010001010101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A89E; }

 p { color: rgb(164,168,158); }

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

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

 a { background-color: rgb(164,168,158); }

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

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

 span { border-color: rgb(164,168,158); }

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