#AAB26B

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

Shades of Green Smoke #AAB26B

Tints of Green Smoke #AAB26B

Color information

#AAB26B (or 0xAAB26B) is unknown color: approx Green Smoke. HEX triplet: AA, B2 and 6B. RGB value is (170,178,107). Sum of RGB (Red+Green+Blue) = 170+178+107=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB26B is #554D94. Grayscale: #A7A7A7. Windows color (decimal): -5590421 or 7058090. OLE color: 7058090.

HSL color Cylindrical-coordinate representation of color #AAB26B: hue angle of 66.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB26B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB170178107-
CMYK0.0400.400.30
HSL66.76º31.56%55.88%-
HSV(B)66.76º39.89%69.8%-
XYZ35.1541.4520.06-
YUV167.5193.85129.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=37.36%
G=39.12%
B=23.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781070.0400.400.3066.7631.5655.88
HexAAB26B40281E432038
Octal2522621534050361034070
Binary101010101011001011010111000101000111101000011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB26B; }

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

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

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

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

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

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

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

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