Html Css Color HEX #AAB66F Green Smoke

📋 copy color: '#AAB66F'

red 170 ◦ green 182 ◦ blue 111

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

Shades of Green Smoke #AAB66F

Tints of Green Smoke #AAB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

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

R = 36.72%
G = 39.31%
B = 23.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#AAB66F (or 0xAAB66F) is known color: Green Smoke. HEX triplet: AA, B6 and 6F. RGB value is (170,182,111). Sum of RGB (Red+Green+Blue) = 170+182+111=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB66F is #554990. Grayscale: #AAAAAA. Windows color (decimal): -5589393 or 7321258. OLE color: 7321258.

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

Color convert

RGB 170 182 111 -
CMYK 0.07 0 0.39 0.29
HSL 70.14º 0.33% 0.57% -
HSV(B) 70.14º 0.39% 0.71% -
XYZ 36.17 43.15 21.46 -
YUV 170.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 170 182 111 0.07 0 0.39 0.29 70.14 0.33 0.57
Hex AA B6 6F 7 0 27 1D 46 21 39
Octal 252 266 157 7 0 47 35 106 41 71
Binary 10101010 10110110 1101111 111 0 100111 11101 1000110 100001 111001

Color Harmonies of #AAB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB66F

Black with #AAB66F

Text Example


Text Example

White with #AAB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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