Html Css Color HEX #A1AD72 Green Smoke

📋 copy color: '#A1AD72'

red 161 ◦ green 173 ◦ blue 114

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

Shades of Green Smoke #A1AD72

Tints of Green Smoke #A1AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 35.94%
G = 38.62%
B = 25.45%

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

#A1AD72 (or 0xA1AD72) is known color: Green Smoke. HEX triplet: A1, AD and 72. RGB value is (161,173,114). Sum of RGB (Red+Green+Blue) = 161+173+114=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD72 is #5E528D. Grayscale: #A2A2A2. Windows color (decimal): -6181518 or 7515553. OLE color: 7515553.

HSL color Cylindrical-coordinate representation of color #A1AD72: hue angle of 72.2º 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 #A1AD72 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 114 -
CMYK 0.07 0 0.34 0.32
HSL 72.2º 0.26% 0.56% -
HSV(B) 72.2º 0.34% 0.68% -
XYZ 32.68 38.68 21.66 -
YUV 162.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 161 173 114 0.07 0 0.34 0.32 72.2 0.26 0.56
Hex A1 AD 72 7 0 22 20 48 1A 38
Octal 241 255 162 7 0 42 40 110 32 70
Binary 10100001 10101101 1110010 111 0 100010 100000 1001000 11010 111000

Color Harmonies of #A1AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD72

Black with #A1AD72

Text Example


Text Example

White with #A1AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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