#A4A69E

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

Shades of Green Spring #A4A69E

Tints of Green Spring #A4A69E

Color information

#A4A69E (or 0xA4A69E) is unknown color: approx Green Spring. HEX triplet: A4, A6 and 9E. RGB value is (164,166,158). Sum of RGB (Red+Green+Blue) = 164+166+158=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69E is #5B5961. Grayscale: #A4A4A4. Windows color (decimal): -5986658 or 10397348. OLE color: 10397348.

HSL color Cylindrical-coordinate representation of color #A4A69E: hue angle of 75º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A69E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB164166158-
CMYK0.0100.050.35
HSL75º4.3%63.53%-
HSV(B)75º4.82%65.1%-
XYZ35.1237.6337.76-
YUV164.49124.34127.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=33.61%
G=34.02%
B=32.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641661580.0100.050.35754.363.53
HexA4A69E105234b440
Octal244246236105431134100
Binary1010010010100110100111101010110001110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A69E; }

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

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

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

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

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

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

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

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