Html Css Color HEX #AAAA6C Green Smoke

📋 copy color: '#AAAA6C'

red 170 ◦ green 170 ◦ blue 108

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

Shades of Green Smoke #AAAA6C

Tints of Green Smoke #AAAA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

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

R = 37.95%
G = 37.95%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AAAA6C (or 0xAAAA6C) is known color: Green Smoke. HEX triplet: AA, AA and 6C. RGB value is (170,170,108). Sum of RGB (Red+Green+Blue) = 170+170+108=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6C is #555593. Grayscale: #A3A3A3. Windows color (decimal): -5592468 or 7121578. OLE color: 7121578.

HSL color Cylindrical-coordinate representation of color #AAAA6C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAAA6C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 108 -
CMYK 0 0 0.36 0.33
HSL 60º 0.27% 0.55% -
HSV(B) 60º 0.36% 0.67% -
XYZ 33.66 38.38 19.82 -
YUV 162.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 170 170 108 0 0 0.36 0.33 60 0.27 0.55
Hex AA AA 6C 0 0 24 21 3C 1B 37
Octal 252 252 154 0 0 44 41 74 33 67
Binary 10101010 10101010 1101100 0 0 100100 100001 111100 11011 110111

Color Harmonies of #AAAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA6C

Black with #AAAA6C

Text Example


Text Example

White with #AAAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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