#A0AC5F

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

Shades of Green Smoke #A0AC5F

Tints of Green Smoke #A0AC5F

Color information

#A0AC5F (or 0xA0AC5F) is unknown color: approx Green Smoke. HEX triplet: A0, AC and 5F. RGB value is (160,172,95). Sum of RGB (Red+Green+Blue) = 160+172+95=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC5F is #5F53A0. Grayscale: #9F9F9F. Windows color (decimal): -6247329 or 6270112. OLE color: 6270112.

HSL color Cylindrical-coordinate representation of color #A0AC5F: hue angle of 69.35º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0AC5F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB16017295-
CMYK0.0700.450.33
HSL69.35º31.69%52.35%-
HSV(B)69.35º44.77%67.45%-
XYZ31.3237.816.47-
YUV159.6391.52128.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=37.47%
G=40.28%
B=22.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172950.0700.450.3369.3531.6952.35
HexA0AC5F702D21452034
Octal2402541377055411054064
Binary1010000010101100101111111101011011000011000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC5F; }

 p { color: rgb(160,172,95); }

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

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

 a { background-color: rgb(160,172,95); }

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

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

 span { border-color: rgb(160,172,95); }

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