Html Css Color HEX #A1AD73 Green Smoke

📋 copy color: '#A1AD73'

red 161 ◦ green 173 ◦ blue 115

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

Shades of Green Smoke #A1AD73

Tints of Green Smoke #A1AD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 35.86%
G = 38.53%
B = 25.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A1AD73 (or 0xA1AD73) is known color: Green Smoke. HEX triplet: A1, AD and 73. RGB value is (161,173,115). Sum of RGB (Red+Green+Blue) = 161+173+115=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD73 is #5E528C. Grayscale: #A3A3A3. Windows color (decimal): -6181517 or 7581089. OLE color: 7581089.

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

Color convert

RGB 161 173 115 -
CMYK 0.07 0 0.34 0.32
HSL 72.41º 0.26% 0.56% -
HSV(B) 72.41º 0.34% 0.68% -
XYZ 32.74 38.7 21.96 -
YUV 162.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 161 173 115 0.07 0 0.34 0.32 72.41 0.26 0.56
Hex A1 AD 73 7 0 22 20 48 1A 38
Octal 241 255 163 7 0 42 40 110 32 70
Binary 10100001 10101101 1110011 111 0 100010 100000 1001000 11010 111000

Color Harmonies of #A1AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD73

Black with #A1AD73

Text Example


Text Example

White with #A1AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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