#AAB06F

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

Shades of Green Smoke #AAB06F

Tints of Green Smoke #AAB06F

Color information

#AAB06F (or 0xAAB06F) is unknown color: approx Green Smoke. HEX triplet: AA, B0 and 6F. RGB value is (170,176,111). Sum of RGB (Red+Green+Blue) = 170+176+111=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06F is #554F90. Grayscale: #A7A7A7. Windows color (decimal): -5590929 or 7319722. OLE color: 7319722.

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

Color convert

RGB170176111-
CMYK0.0300.370.31
HSL65.54º29.15%56.27%-
HSV(B)65.54º36.93%69.02%-
XYZ34.9740.7421.06-
YUV166.896.51130.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=37.20%
G=38.51%
B=24.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761110.0300.370.3165.5429.1556.27
HexAAB06F30251F421d38
Octal2522601573045371023570
Binary1010101010110000110111111010010111111100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB06F; }

 p { color: rgb(170,176,111); }

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

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

 a { background-color: rgb(170,176,111); }

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

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

 span { border-color: rgb(170,176,111); }

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