Html Css Color HEX #A1AD6F Green Smoke

📋 copy color: '#A1AD6F'

red 161 ◦ green 173 ◦ blue 111

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

Shades of Green Smoke #A1AD6F

Tints of Green Smoke #A1AD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

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

R = 36.18%
G = 38.88%
B = 24.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#A1AD6F (or 0xA1AD6F) is known color: Green Smoke. HEX triplet: A1, AD and 6F. RGB value is (161,173,111). Sum of RGB (Red+Green+Blue) = 161+173+111=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD6F is #5E5290. Grayscale: #A2A2A2. Windows color (decimal): -6181521 or 7318945. OLE color: 7318945.

HSL color Cylindrical-coordinate representation of color #A1AD6F: hue angle of 71.61º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1AD6F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 111 -
CMYK 0.07 0 0.36 0.32
HSL 71.61º 0.27% 0.56% -
HSV(B) 71.61º 0.36% 0.68% -
XYZ 32.51 38.61 20.78 -
YUV 162.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 161 173 111 0.07 0 0.36 0.32 71.61 0.27 0.56
Hex A1 AD 6F 7 0 24 20 48 1B 38
Octal 241 255 157 7 0 44 40 110 33 70
Binary 10100001 10101101 1101111 111 0 100100 100000 1001000 11011 111000

Color Harmonies of #A1AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD6F

Black with #A1AD6F

Text Example


Text Example

White with #A1AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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