#A3AC50

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

Shades of Green Smoke #A3AC50

Tints of Green Smoke #A3AC50

Color information

#A3AC50 (or 0xA3AC50) is unknown color: approx Green Smoke. HEX triplet: A3, AC and 50. RGB value is (163,172,80). Sum of RGB (Red+Green+Blue) = 163+172+80=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC50 is #5C53AF. Grayscale: #9F9F9F. Windows color (decimal): -6050736 or 5287075. OLE color: 5287075.

HSL color Cylindrical-coordinate representation of color #A3AC50: hue angle of 65.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3AC50 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB16317280-
CMYK0.0500.530.33
HSL65.87º36.51%49.41%-
HSV(B)65.87º53.49%67.45%-
XYZ31.337.8713.25-
YUV158.8283.52130.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=39.28%
G=41.45%
B=19.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163172800.0500.530.3365.8736.5149.41
HexA3AC50503521422531
Octal2432541205065411024561
Binary1010001110101100101000010101101011000011000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC50; }

 p { color: rgb(163,172,80); }

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

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

 a { background-color: rgb(163,172,80); }

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

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

 span { border-color: rgb(163,172,80); }

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