#A4AD92

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

Shades of Green Spring #A4AD92

Tints of Green Spring #A4AD92

Color information

#A4AD92 (or 0xA4AD92) is unknown color: approx Green Spring. HEX triplet: A4, AD and 92. RGB value is (164,173,146). Sum of RGB (Red+Green+Blue) = 164+173+146=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD92 is #5B526D. Grayscale: #A7A7A7. Windows color (decimal): -5984878 or 9612708. OLE color: 9612708.

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

Color convert

RGB164173146-
CMYK0.0500.160.32
HSL80º14.14%62.55%-
HSV(B)80º15.61%67.84%-
XYZ35.4439.8533.02-
YUV167.23116.02125.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=33.95%
G=35.82%
B=30.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731460.0500.160.328014.1462.55
HexA4AD9250102050e3f
Octal2442552225020401201677
Binary10100100101011011001001010101000010000010100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD92; }

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

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

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

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

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

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

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

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