#A3AD94

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

Shades of Green Spring #A3AD94

Tints of Green Spring #A3AD94

Color information

#A3AD94 (or 0xA3AD94) is unknown color: approx Green Spring. HEX triplet: A3, AD and 94. RGB value is (163,173,148). Sum of RGB (Red+Green+Blue) = 163+173+148=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD94 is #5C526B. Grayscale: #A7A7A7. Windows color (decimal): -6050412 or 9743779. OLE color: 9743779.

HSL color Cylindrical-coordinate representation of color #A3AD94: 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 #A3AD94 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB163173148-
CMYK0.0600.140.32
HSL84º13.23%62.94%-
HSV(B)84º14.45%67.84%-
XYZ35.3939.8133.84-
YUV167.16117.19125.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=33.68%
G=35.74%
B=30.58%

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
Decimal1631731480.0600.140.328413.2362.94
HexA3AD9460E2054d3f
Octal2432552246016401241577
Binary1010001110101101100101001100111010000010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD94; }

 p { color: rgb(163,173,148); }

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

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

 a { background-color: rgb(163,173,148); }

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

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

 span { border-color: rgb(163,173,148); }

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