Html Css Color HEX #A0AD72 Green Smoke

📋 copy color: '#A0AD72'

red 160 ◦ green 173 ◦ blue 114

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

Shades of Green Smoke #A0AD72

Tints of Green Smoke #A0AD72

RGB

 RED value IS 160 (62.89% from 255) = 35.79%

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

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

R = 35.79%
G = 38.7%
B = 25.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A0AD72 (or 0xA0AD72) is known color: Green Smoke. HEX triplet: A0, AD and 72. RGB value is (160,173,114). Sum of RGB (Red+Green+Blue) = 160+173+114=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD72 is #5F528D. Grayscale: #A2A2A2. Windows color (decimal): -6247054 or 7515552. OLE color: 7515552.

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

Color convert

RGB 160 173 114 -
CMYK 0.08 0 0.34 0.32
HSL 73.22º 0.26% 0.56% -
HSV(B) 73.22º 0.34% 0.68% -
XYZ 32.48 38.58 21.65 -
YUV 162.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 160 173 114 0.08 0 0.34 0.32 73.22 0.26 0.56
Hex A0 AD 72 8 0 22 20 49 1A 38
Octal 240 255 162 10 0 42 40 111 32 70
Binary 10100000 10101101 1110010 1000 0 100010 100000 1001001 11010 111000

Color Harmonies of #A0AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD72

Black with #A0AD72

Text Example


Text Example

White with #A0AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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