#AAB069

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

Shades of Green Smoke #AAB069

Tints of Green Smoke #AAB069

Color information

#AAB069 (or 0xAAB069) is unknown color: approx Green Smoke. HEX triplet: AA, B0 and 69. RGB value is (170,176,105). Sum of RGB (Red+Green+Blue) = 170+176+105=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB069 is #554F96. Grayscale: #A6A6A6. Windows color (decimal): -5590935 or 6926506. OLE color: 6926506.

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

Color convert

RGB170176105-
CMYK0.0300.400.31
HSL65.07º31%55.1%-
HSV(B)65.07º40.34%69.02%-
XYZ34.6540.6219.38-
YUV166.1193.51130.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=37.69%
G=39.02%
B=23.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761050.0300.400.3165.073155.1
HexAAB06930281F411f37
Octal2522601513050371013767
Binary1010101010110000110100111010100011111100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB069; }

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

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

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

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

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

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

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

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