#A0AF6D

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

Shades of Green Smoke #A0AF6D

Tints of Green Smoke #A0AF6D

Color information

#A0AF6D (or 0xA0AF6D) is unknown color: approx Green Smoke. HEX triplet: A0, AF and 6D. RGB value is (160,175,109). Sum of RGB (Red+Green+Blue) = 160+175+109=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6D is #5F5092. Grayscale: #A3A3A3. Windows color (decimal): -6246547 or 7188384. OLE color: 7188384.

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

Color convert

RGB160175109-
CMYK0.0900.380.31
HSL73.64º29.2%55.69%-
HSV(B)73.64º37.71%68.63%-
XYZ32.5939.2420.32-
YUV162.9997.53125.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=36.04%
G=39.41%
B=24.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751090.0900.380.3173.6429.255.69
HexA0AF6D90261F4a1d38
Octal24025715511046371123570
Binary101000001010111111011011001010011011111100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF6D; }

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

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

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

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

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

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

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

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