Html Css Color HEX #A0AD60 Green Smoke

📋 copy color: '#A0AD60'

red 160 ◦ green 173 ◦ blue 96

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

Shades of Green Smoke #A0AD60

Tints of Green Smoke #A0AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 37.3%
G = 40.33%
B = 22.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#A0AD60 (or 0xA0AD60) is known color: Green Smoke. HEX triplet: A0, AD and 60. RGB value is (160,173,96). Sum of RGB (Red+Green+Blue) = 160+173+96=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD60 is #5F529F. Grayscale: #A0A0A0. Windows color (decimal): -6247072 or 6335904. OLE color: 6335904.

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

Color convert

RGB 160 173 96 -
CMYK 0.08 0 0.45 0.32
HSL 70.13º 0.32% 0.53% -
HSV(B) 70.13º 0.45% 0.68% -
XYZ 31.55 38.21 16.78 -
YUV 160.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 160 173 96 0.08 0 0.45 0.32 70.13 0.32 0.53
Hex A0 AD 60 8 0 2D 20 46 20 35
Octal 240 255 140 10 0 55 40 106 40 65
Binary 10100000 10101101 1100000 1000 0 101101 100000 1000110 100000 110101

Color Harmonies of #A0AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD60

Black with #A0AD60

Text Example


Text Example

White with #A0AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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