Html Css Color HEX #A0A056 Green Smoke

📋 copy color: '#A0A056'

red 160 ◦ green 160 ◦ blue 86

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

Shades of Green Smoke #A0A056

Tints of Green Smoke #A0A056

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 39.41%
G = 39.41%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A0A056 (or 0xA0A056) is known color: Green Smoke. HEX triplet: A0, A0 and 56. RGB value is (160,160,86). Sum of RGB (Red+Green+Blue) = 160+160+86=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A056 is #5F5FA9. Grayscale: #979797. Windows color (decimal): -6250410 or 5677216. OLE color: 5677216.

HSL color Cylindrical-coordinate representation of color #A0A056: hue angle of 60º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A056 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 86 -
CMYK 0 0 0.46 0.37
HSL 60º 0.3% 0.48% -
HSV(B) 60º 0.46% 0.63% -
XYZ 28.75 33.29 13.71 -
YUV 151.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 160 160 86 0 0 0.46 0.37 60 0.3 0.48
Hex A0 A0 56 0 0 2E 25 3C 1E 30
Octal 240 240 126 0 0 56 45 74 36 60
Binary 10100000 10100000 1010110 0 0 101110 100101 111100 11110 110000

Color Harmonies of #A0A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A056

Black with #A0A056

Text Example


Text Example

White with #A0A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A056; }

 p { color: rgb(160,160,86); }

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

background-color css

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

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

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

border-color css

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

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

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