Html Css Color HEX #AAB66C Green Smoke

📋 copy color: '#AAB66C'

red 170 ◦ green 182 ◦ blue 108

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

Shades of Green Smoke #AAB66C

Tints of Green Smoke #AAB66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 36.96%
G = 39.57%
B = 23.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#AAB66C (or 0xAAB66C) is known color: Green Smoke. HEX triplet: AA, B6 and 6C. RGB value is (170,182,108). Sum of RGB (Red+Green+Blue) = 170+182+108=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB66C is #554993. Grayscale: #AAAAAA. Windows color (decimal): -5589396 or 7124650. OLE color: 7124650.

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

Color convert

RGB 170 182 108 -
CMYK 0.07 0 0.41 0.29
HSL 69.73º 0.34% 0.57% -
HSV(B) 69.73º 0.41% 0.71% -
XYZ 36.01 43.08 20.61 -
YUV 169.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 170 182 108 0.07 0 0.41 0.29 69.73 0.34 0.57
Hex AA B6 6C 7 0 29 1D 46 22 39
Octal 252 266 154 7 0 51 35 106 42 71
Binary 10101010 10110110 1101100 111 0 101001 11101 1000110 100010 111001

Color Harmonies of #AAB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB66C

Black with #AAB66C

Text Example


Text Example

White with #AAB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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