Html Css Color HEX #A1AD6C Green Smoke

📋 copy color: '#A1AD6C'

red 161 ◦ green 173 ◦ blue 108

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

Shades of Green Smoke #A1AD6C

Tints of Green Smoke #A1AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 36.43%
G = 39.14%
B = 24.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#A1AD6C (or 0xA1AD6C) is known color: Green Smoke. HEX triplet: A1, AD and 6C. RGB value is (161,173,108). Sum of RGB (Red+Green+Blue) = 161+173+108=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD6C is #5E5293. Grayscale: #A2A2A2. Windows color (decimal): -6181524 or 7122337. OLE color: 7122337.

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

Color convert

RGB 161 173 108 -
CMYK 0.07 0 0.38 0.32
HSL 71.08º 0.28% 0.55% -
HSV(B) 71.08º 0.38% 0.68% -
XYZ 32.35 38.55 19.92 -
YUV 162 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 161 173 108 0.07 0 0.38 0.32 71.08 0.28 0.55
Hex A1 AD 6C 7 0 26 20 47 1C 37
Octal 241 255 154 7 0 46 40 107 34 67
Binary 10100001 10101101 1101100 111 0 100110 100000 1000111 11100 110111

Color Harmonies of #A1AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD6C

Black with #A1AD6C

Text Example


Text Example

White with #A1AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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