Html Css Color HEX #AAB76C Green Smoke

📋 copy color: '#AAB76C'

red 170 ◦ green 183 ◦ blue 108

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

Shades of Green Smoke #AAB76C

Tints of Green Smoke #AAB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

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

R = 36.88%
G = 39.7%
B = 23.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#AAB76C (or 0xAAB76C) is known color: Green Smoke. HEX triplet: AA, B7 and 6C. RGB value is (170,183,108). Sum of RGB (Red+Green+Blue) = 170+183+108=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76C is #554893. Grayscale: #AAAAAA. Windows color (decimal): -5589140 or 7124906. OLE color: 7124906.

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

Color convert

RGB 170 183 108 -
CMYK 0.07 0 0.41 0.28
HSL 70.4º 0.34% 0.57% -
HSV(B) 70.4º 0.41% 0.72% -
XYZ 36.22 43.5 20.67 -
YUV 170.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 170 183 108 0.07 0 0.41 0.28 70.4 0.34 0.57
Hex AA B7 6C 7 0 29 1C 46 22 39
Octal 252 267 154 7 0 51 34 106 42 71
Binary 10101010 10110111 1101100 111 0 101001 11100 1000110 100010 111001

Color Harmonies of #AAB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB76C

Black with #AAB76C

Text Example


Text Example

White with #AAB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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