Html Css Color HEX #A1A66F Green Smoke

📋 copy color: '#A1A66F'

red 161 ◦ green 166 ◦ blue 111

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

Shades of Green Smoke #A1A66F

Tints of Green Smoke #A1A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

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

R = 36.76%
G = 37.9%
B = 25.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A1A66F (or 0xA1A66F) is known color: Green Smoke. HEX triplet: A1, A6 and 6F. RGB value is (161,166,111). Sum of RGB (Red+Green+Blue) = 161+166+111=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A66F is #5E5990. Grayscale: #9E9E9E. Windows color (decimal): -6183313 or 7317153. OLE color: 7317153.

HSL color Cylindrical-coordinate representation of color #A1A66F: hue angle of 65.45º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A66F is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 111 -
CMYK 0.03 0 0.33 0.35
HSL 65.45º 0.24% 0.54% -
HSV(B) 65.45º 0.33% 0.65% -
XYZ 31.2 36 20.34 -
YUV 158.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 161 166 111 0.03 0 0.33 0.35 65.45 0.24 0.54
Hex A1 A6 6F 3 0 21 23 41 18 36
Octal 241 246 157 3 0 41 43 101 30 66
Binary 10100001 10100110 1101111 11 0 100001 100011 1000001 11000 110110

Color Harmonies of #A1A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A66F

Black with #A1A66F

Text Example


Text Example

White with #A1A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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