#A0AC69

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

Shades of Green Smoke #A0AC69

Tints of Green Smoke #A0AC69

Color information

#A0AC69 (or 0xA0AC69) is unknown color: approx Green Smoke. HEX triplet: A0, AC and 69. RGB value is (160,172,105). Sum of RGB (Red+Green+Blue) = 160+172+105=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC69 is #5F5396. Grayscale: #A1A1A1. Windows color (decimal): -6247319 or 6925472. OLE color: 6925472.

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

Color convert

RGB160172105-
CMYK0.0700.390.33
HSL70.75º28.76%54.31%-
HSV(B)70.75º38.95%67.45%-
XYZ31.83819.02-
YUV160.7796.52127.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=36.61%
G=39.36%
B=24.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721050.0700.390.3370.7528.7654.31
HexA0AC69702721471d36
Octal2402541517047411073566
Binary101000001010110011010011110100111100001100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC69; }

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

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

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

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

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

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

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

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