#A0AA4B

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

Shades of Green Smoke #A0AA4B

Tints of Green Smoke #A0AA4B

Color information

#A0AA4B (or 0xA0AA4B) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 4B. RGB value is (160,170,75). Sum of RGB (Red+Green+Blue) = 160+170+75=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA4B is #5F55B4. Grayscale: #9C9C9C. Windows color (decimal): -6247861 or 4958880. OLE color: 4958880.

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

Color convert

RGB16017075-
CMYK0.0600.560.33
HSL66.32º38.78%48.04%-
HSV(B)66.32º55.88%66.67%-
XYZ30.1436.7312.16-
YUV156.1882.19130.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=39.51%
G=41.98%
B=18.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170750.0600.560.3366.3238.7848.04
HexA0AA4B603821422730
Octal2402521136070411024760
Binary1010000010101010100101111001110001000011000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA4B; }

 p { color: rgb(160,170,75); }

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

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

 a { background-color: rgb(160,170,75); }

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

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

 span { border-color: rgb(160,170,75); }

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