Html Css Color HEX #A0A057 Green Smoke

📋 copy color: '#A0A057'

red 160 ◦ green 160 ◦ blue 87

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

Shades of Green Smoke #A0A057

Tints of Green Smoke #A0A057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 39.31%
G = 39.31%
B = 21.38%

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

#A0A057 (or 0xA0A057) is known color: Green Smoke. HEX triplet: A0, A0 and 57. RGB value is (160,160,87). Sum of RGB (Red+Green+Blue) = 160+160+87=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A057 is #5F5FA8. Grayscale: #979797. Windows color (decimal): -6250409 or 5742752. OLE color: 5742752.

HSL color Cylindrical-coordinate representation of color #A0A057: 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 #A0A057 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 87 -
CMYK 0 0 0.46 0.37
HSL 60º 0.3% 0.48% -
HSV(B) 60º 0.46% 0.63% -
XYZ 28.79 33.3 13.93 -
YUV 151.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 160 160 87 0 0 0.46 0.37 60 0.3 0.48
Hex A0 A0 57 0 0 2E 25 3C 1E 30
Octal 240 240 127 0 0 56 45 74 36 60
Binary 10100000 10100000 1010111 0 0 101110 100101 111100 11110 110000

Color Harmonies of #A0A057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A057

Black with #A0A057

Text Example


Text Example

White with #A0A057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A057; }

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

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

background-color css

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

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

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

border-color css

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

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

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