Html Css Color HEX #A1A86F Green Smoke

📋 copy color: '#A1A86F'

red 161 ◦ green 168 ◦ blue 111

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

Shades of Green Smoke #A1A86F

Tints of Green Smoke #A1A86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 36.59%
G = 38.18%
B = 25.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A1A86F (or 0xA1A86F) is known color: Green Smoke. HEX triplet: A1, A8 and 6F. RGB value is (161,168,111). Sum of RGB (Red+Green+Blue) = 161+168+111=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A86F is #5E5790. Grayscale: #9F9F9F. Windows color (decimal): -6182801 or 7317665. OLE color: 7317665.

HSL color Cylindrical-coordinate representation of color #A1A86F: hue angle of 67.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1A86F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 111 -
CMYK 0.04 0 0.34 0.34
HSL 67.37º 0.25% 0.55% -
HSV(B) 67.37º 0.34% 0.66% -
XYZ 31.57 36.73 20.46 -
YUV 159.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 161 168 111 0.04 0 0.34 0.34 67.37 0.25 0.55
Hex A1 A8 6F 4 0 22 22 43 19 37
Octal 241 250 157 4 0 42 42 103 31 67
Binary 10100001 10101000 1101111 100 0 100010 100010 1000011 11001 110111

Color Harmonies of #A1A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A86F

Black with #A1A86F

Text Example


Text Example

White with #A1A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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