Html Css Color HEX #A0AC49 Green Smoke

📋 copy color: '#A0AC49'

red 160 ◦ green 172 ◦ blue 73

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

Shades of Green Smoke #A0AC49

Tints of Green Smoke #A0AC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 73 (28.91% from 255) = 18.02%

R = 39.51%
G = 42.47%
B = 18.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A0AC49 (or 0xA0AC49) is known color: Green Smoke. HEX triplet: A0, AC and 49. RGB value is (160,172,73). Sum of RGB (Red+Green+Blue) = 160+172+73=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC49 is #5F53B6. Grayscale: #9D9D9D. Windows color (decimal): -6247351 or 4828320. OLE color: 4828320.

HSL color Cylindrical-coordinate representation of color #A0AC49: hue angle of 67.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0AC49 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 73 -
CMYK 0.07 0 0.58 0.33
HSL 67.27º 0.4% 0.48% -
HSV(B) 67.27º 0.58% 0.67% -
XYZ 30.45 37.46 11.93 -
YUV 157.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 160 172 73 0.07 0 0.58 0.33 67.27 0.4 0.48
Hex A0 AC 49 7 0 3A 21 43 28 30
Octal 240 254 111 7 0 72 41 103 50 60
Binary 10100000 10101100 1001001 111 0 111010 100001 1000011 101000 110000

Color Harmonies of #A0AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC49

Black with #A0AC49

Text Example


Text Example

White with #A0AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC49; }

 p { color: rgb(160,172,73); }

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

background-color css

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

 a { background-color: rgb(160,172,73); }

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

border-color css

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

 span { border-color: rgb(160,172,73); }

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