Html Css Color HEX #A1AD70 Green Smoke

📋 copy color: '#A1AD70'

red 161 ◦ green 173 ◦ blue 112

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

Shades of Green Smoke #A1AD70

Tints of Green Smoke #A1AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 36.1%
G = 38.79%
B = 25.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#A1AD70 (or 0xA1AD70) is known color: Green Smoke. HEX triplet: A1, AD and 70. RGB value is (161,173,112). Sum of RGB (Red+Green+Blue) = 161+173+112=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD70 is #5E528F. Grayscale: #A2A2A2. Windows color (decimal): -6181520 or 7384481. OLE color: 7384481.

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

Color convert

RGB 161 173 112 -
CMYK 0.07 0 0.35 0.32
HSL 71.8º 0.27% 0.56% -
HSV(B) 71.8º 0.35% 0.68% -
XYZ 32.57 38.63 21.07 -
YUV 162.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 161 173 112 0.07 0 0.35 0.32 71.8 0.27 0.56
Hex A1 AD 70 7 0 23 20 48 1B 38
Octal 241 255 160 7 0 43 40 110 33 70
Binary 10100001 10101101 1110000 111 0 100011 100000 1001000 11011 111000

Color Harmonies of #A1AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD70

Black with #A1AD70

Text Example


Text Example

White with #A1AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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