Html Css Color HEX #AAB26F Green Smoke

📋 copy color: '#AAB26F'

red 170 ◦ green 178 ◦ blue 111

#AAB26F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #AAB26F

Tints of Green Smoke #AAB26F

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 178 (69.92% from 255) = 38.78%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 37.04%
G = 38.78%
B = 24.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#AAB26F (or 0xAAB26F) is known color: Green Smoke. HEX triplet: AA, B2 and 6F. RGB value is (170,178,111). Sum of RGB (Red+Green+Blue) = 170+178+111=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB26F is #554D90. Grayscale: #A8A8A8. Windows color (decimal): -5590417 or 7320234. OLE color: 7320234.

HSL color Cylindrical-coordinate representation of color #AAB26F: hue angle of 67.16º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB26F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 111 -
CMYK 0.04 0 0.38 0.30
HSL 67.16º 0.3% 0.57% -
HSV(B) 67.16º 0.38% 0.7% -
XYZ 35.37 41.53 21.19 -
YUV 167.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 170 178 111 0.04 0 0.38 0.30 67.16 0.3 0.57
Hex AA B2 6F 4 0 26 1E 43 1E 39
Octal 252 262 157 4 0 46 36 103 36 71
Binary 10101010 10110010 1101111 100 0 100110 11110 1000011 11110 111001

Color Harmonies of #AAB26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB26F

Black with #AAB26F

Text Example


Text Example

White with #AAB26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB26F; }

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

 H1.HeaderClassName
 {
   color: #AAB26F;
 }
 .AnyTagClassName
 {
   color: #AAB26F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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