#AABA68

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

Shades of Green Smoke #AABA68

Tints of Green Smoke #AABA68

Color information

#AABA68 (or 0xAABA68) is unknown color: approx Green Smoke. HEX triplet: AA, BA and 68. RGB value is (170,186,104). Sum of RGB (Red+Green+Blue) = 170+186+104=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA68 is #554597. Grayscale: #ACACAC. Windows color (decimal): -5588376 or 6863530. OLE color: 6863530.

HSL color Cylindrical-coordinate representation of color #AABA68: hue angle of 71.71º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AABA68 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB170186104-
CMYK0.0900.440.27
HSL71.71º37.27%56.86%-
HSV(B)71.71º44.09%72.94%-
XYZ36.6444.6619.79-
YUV171.8789.7126.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=36.96%
G=40.43%
B=22.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861040.0900.440.2771.7137.2756.86
HexAABA68902C1B482539
Octal25227215011054331104571
Binary1010101010111010110100010010101100110111001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA68; }

 p { color: rgb(170,186,104); }

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

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

 a { background-color: rgb(170,186,104); }

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

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

 span { border-color: rgb(170,186,104); }

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