#A0AF4E

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

Shades of Green Smoke #A0AF4E

Tints of Green Smoke #A0AF4E

Color information

#A0AF4E (or 0xA0AF4E) is unknown color: approx Green Smoke. HEX triplet: A0, AF and 4E. RGB value is (160,175,78). Sum of RGB (Red+Green+Blue) = 160+175+78=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF4E is #5F50B1. Grayscale: #9F9F9F. Windows color (decimal): -6246578 or 5156768. OLE color: 5156768.

HSL color Cylindrical-coordinate representation of color #A0AF4E: hue angle of 69.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0AF4E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16017578-
CMYK0.0900.550.31
HSL69.28º38.34%49.61%-
HSV(B)69.28º55.43%68.63%-
XYZ31.238.6813.03-
YUV159.4682.03128.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=38.74%
G=42.37%
B=18.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175780.0900.550.3169.2838.3449.61
HexA0AF4E90371F452632
Octal24025711611067371054662
Binary1010000010101111100111010010110111111111000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF4E; }

 p { color: rgb(160,175,78); }

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

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

 a { background-color: rgb(160,175,78); }

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

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

 span { border-color: rgb(160,175,78); }

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