#A3AE8D

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

Shades of Green Spring #A3AE8D

Tints of Green Spring #A3AE8D

Color information

#A3AE8D (or 0xA3AE8D) is unknown color: approx Green Spring. HEX triplet: A3, AE and 8D. RGB value is (163,174,141). Sum of RGB (Red+Green+Blue) = 163+174+141=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE8D is #5C5172. Grayscale: #A7A7A7. Windows color (decimal): -6050163 or 9285283. OLE color: 9285283.

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

Color convert

RGB163174141-
CMYK0.0600.190.32
HSL80º16.92%61.76%-
HSV(B)80º18.97%68.24%-
XYZ35.0539.9831.07-
YUV166.95113.36125.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=34.10%
G=36.40%
B=29.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741410.0600.190.328016.9261.76
HexA3AE8D60132050113e
Octal2432562156023401202176
Binary101000111010111010001101110010011100000101000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE8D; }

 p { color: rgb(163,174,141); }

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

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

 a { background-color: rgb(163,174,141); }

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

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

 span { border-color: rgb(163,174,141); }

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