Html Css Color HEX #AAB66A Green Smoke

📋 copy color: '#AAB66A'

red 170 ◦ green 182 ◦ blue 106

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

Shades of Green Smoke #AAB66A

Tints of Green Smoke #AAB66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 37.12%
G = 39.74%
B = 23.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#AAB66A (or 0xAAB66A) is known color: Green Smoke. HEX triplet: AA, B6 and 6A. RGB value is (170,182,106). Sum of RGB (Red+Green+Blue) = 170+182+106=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB66A is #554995. Grayscale: #AAAAAA. Windows color (decimal): -5589398 or 6993578. OLE color: 6993578.

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

Color convert

RGB 170 182 106 -
CMYK 0.07 0 0.42 0.29
HSL 69.47º 0.34% 0.56% -
HSV(B) 69.47º 0.42% 0.71% -
XYZ 35.91 43.04 20.05 -
YUV 169.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 170 182 106 0.07 0 0.42 0.29 69.47 0.34 0.56
Hex AA B6 6A 7 0 2A 1D 45 22 38
Octal 252 266 152 7 0 52 35 105 42 70
Binary 10101010 10110110 1101010 111 0 101010 11101 1000101 100010 111000

Color Harmonies of #AAB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB66A

Black with #AAB66A

Text Example


Text Example

White with #AAB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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