Html Css Color HEX #A1AA6F Green Smoke

📋 copy color: '#A1AA6F'

red 161 ◦ green 170 ◦ blue 111

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

Shades of Green Smoke #A1AA6F

Tints of Green Smoke #A1AA6F

RGB

 RED value IS 161 (63.28% from 255) = 36.43%

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

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 36.43%
G = 38.46%
B = 25.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A1AA6F (or 0xA1AA6F) is known color: Green Smoke. HEX triplet: A1, AA and 6F. RGB value is (161,170,111). Sum of RGB (Red+Green+Blue) = 161+170+111=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6F is #5E5590. Grayscale: #A0A0A0. Windows color (decimal): -6182289 or 7318177. OLE color: 7318177.

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

Color convert

RGB 161 170 111 -
CMYK 0.05 0 0.35 0.33
HSL 69.15º 0.26% 0.55% -
HSV(B) 69.15º 0.35% 0.67% -
XYZ 31.94 37.47 20.59 -
YUV 160.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 161 170 111 0.05 0 0.35 0.33 69.15 0.26 0.55
Hex A1 AA 6F 5 0 23 21 45 1A 37
Octal 241 252 157 5 0 43 41 105 32 67
Binary 10100001 10101010 1101111 101 0 100011 100001 1000101 11010 110111

Color Harmonies of #A1AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA6F

Black with #A1AA6F

Text Example


Text Example

White with #A1AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA6F; }

 p { color: rgb(161,170,111); }

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

background-color css

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

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

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

border-color css

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

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

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