#A4AD93

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

Shades of Green Spring #A4AD93

Tints of Green Spring #A4AD93

Color information

#A4AD93 (or 0xA4AD93) is unknown color: approx Green Spring. HEX triplet: A4, AD and 93. RGB value is (164,173,147). Sum of RGB (Red+Green+Blue) = 164+173+147=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD93 is #5B526C. Grayscale: #A7A7A7. Windows color (decimal): -5984877 or 9678244. OLE color: 9678244.

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

Color convert

RGB164173147-
CMYK0.0500.150.32
HSL80.77º13.68%62.75%-
HSV(B)80.77º15.03%67.84%-
XYZ35.5239.8933.43-
YUV167.34116.52125.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=33.88%
G=35.74%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731470.0500.150.3280.7713.6862.75
HexA4AD9350F2051e3f
Octal2442552235017401211677
Binary1010010010101101100100111010111110000010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD93; }

 p { color: rgb(164,173,147); }

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

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

 a { background-color: rgb(164,173,147); }

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

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

 span { border-color: rgb(164,173,147); }

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