#AAAF6D

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

Shades of Green Smoke #AAAF6D

Tints of Green Smoke #AAAF6D

Color information

#AAAF6D (or 0xAAAF6D) is unknown color: approx Green Smoke. HEX triplet: AA, AF and 6D. RGB value is (170,175,109). Sum of RGB (Red+Green+Blue) = 170+175+109=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF6D is #555092. Grayscale: #A6A6A6. Windows color (decimal): -5591187 or 7188394. OLE color: 7188394.

HSL color Cylindrical-coordinate representation of color #AAAF6D: hue angle of 64.55º 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 #AAAF6D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB170175109-
CMYK0.0300.380.31
HSL64.55º29.2%55.69%-
HSV(B)64.55º37.71%68.63%-
XYZ34.6740.3120.42-
YUV165.9895.84130.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=37.44%
G=38.55%
B=24.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751090.0300.380.3164.5529.255.69
HexAAAF6D30261F411d38
Octal2522571553046371013570
Binary1010101010101111110110111010011011111100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF6D; }

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

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

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

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

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

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

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

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