#AAB669

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

Shades of Green Smoke #AAB669

Tints of Green Smoke #AAB669

Color information

#AAB669 (or 0xAAB669) is unknown color: approx Green Smoke. HEX triplet: AA, B6 and 69. RGB value is (170,182,105). Sum of RGB (Red+Green+Blue) = 170+182+105=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB669 is #554996. Grayscale: #A9A9A9. Windows color (decimal): -5589399 or 6928042. OLE color: 6928042.

HSL color Cylindrical-coordinate representation of color #AAB669: hue angle of 69.35º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB669 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB170182105-
CMYK0.0700.420.29
HSL69.35º34.53%56.27%-
HSV(B)69.35º42.31%71.37%-
XYZ35.8643.0219.78-
YUV169.6391.52128.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=37.20%
G=39.82%
B=22.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821050.0700.420.2969.3534.5356.27
HexAAB669702A1D452338
Octal2522661517052351054370
Binary101010101011011011010011110101010111011000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB669; }

 p { color: rgb(170,182,105); }

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

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

 a { background-color: rgb(170,182,105); }

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

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

 span { border-color: rgb(170,182,105); }

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