#AAAB6B

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

Shades of Green Smoke #AAAB6B

Tints of Green Smoke #AAAB6B

Color information

#AAAB6B (or 0xAAAB6B) is unknown color: approx Green Smoke. HEX triplet: AA, AB and 6B. RGB value is (170,171,107). Sum of RGB (Red+Green+Blue) = 170+171+107=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB6B is #555494. Grayscale: #A3A3A3. Windows color (decimal): -5592213 or 7056298. OLE color: 7056298.

HSL color Cylindrical-coordinate representation of color #AAAB6B: hue angle of 60.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAAB6B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB170171107-
CMYK0.0100.370.33
HSL60.94º27.59%54.51%-
HSV(B)60.94º37.43%67.06%-
XYZ33.7938.7319.61-
YUV163.496.17132.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=37.95%
G=38.17%
B=23.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711070.0100.370.3360.9427.5954.51
HexAAAB6B1025213d1c37
Octal252253153104541753467
Binary101010101010101111010111010010110000111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB6B; }

 p { color: rgb(170,171,107); }

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

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

 a { background-color: rgb(170,171,107); }

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

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

 span { border-color: rgb(170,171,107); }

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