Html Css Color HEX #A1AD61 Green Smoke

📋 copy color: '#A1AD61'

red 161 ◦ green 173 ◦ blue 97

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

Shades of Green Smoke #A1AD61

Tints of Green Smoke #A1AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 37.35%
G = 40.14%
B = 22.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#A1AD61 (or 0xA1AD61) is known color: Green Smoke. HEX triplet: A1, AD and 61. RGB value is (161,173,97). Sum of RGB (Red+Green+Blue) = 161+173+97=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD61 is #5E529E. Grayscale: #A1A1A1. Windows color (decimal): -6181535 or 6401441. OLE color: 6401441.

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

Color convert

RGB 161 173 97 -
CMYK 0.07 0 0.44 0.32
HSL 69.47º 0.32% 0.53% -
HSV(B) 69.47º 0.44% 0.68% -
XYZ 31.8 38.33 17.03 -
YUV 160.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 161 173 97 0.07 0 0.44 0.32 69.47 0.32 0.53
Hex A1 AD 61 7 0 2C 20 45 20 35
Octal 241 255 141 7 0 54 40 105 40 65
Binary 10100001 10101101 1100001 111 0 101100 100000 1000101 100000 110101

Color Harmonies of #A1AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD61

Black with #A1AD61

Text Example


Text Example

White with #A1AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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