Html Css Color HEX #AAAA6B Green Smoke

📋 copy color: '#AAAA6B'

red 170 ◦ green 170 ◦ blue 107

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

Shades of Green Smoke #AAAA6B

Tints of Green Smoke #AAAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 38.03%
G = 38.03%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AAAA6B (or 0xAAAA6B) is known color: Green Smoke. HEX triplet: AA, AA and 6B. RGB value is (170,170,107). Sum of RGB (Red+Green+Blue) = 170+170+107=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6B is #555594. Grayscale: #A3A3A3. Windows color (decimal): -5592469 or 7056042. OLE color: 7056042.

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

Color convert

RGB 170 170 107 -
CMYK 0 0 0.37 0.33
HSL 60º 0.27% 0.54% -
HSV(B) 60º 0.37% 0.67% -
XYZ 33.61 38.36 19.54 -
YUV 162.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 170 170 107 0 0 0.37 0.33 60 0.27 0.54
Hex AA AA 6B 0 0 25 21 3C 1B 36
Octal 252 252 153 0 0 45 41 74 33 66
Binary 10101010 10101010 1101011 0 0 100101 100001 111100 11011 110110

Color Harmonies of #AAAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA6B

Black with #AAAA6B

Text Example


Text Example

White with #AAAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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