Html Css Color HEX #A0AC57 Green Smoke

📋 copy color: '#A0AC57'

red 160 ◦ green 172 ◦ blue 87

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

Shades of Green Smoke #A0AC57

Tints of Green Smoke #A0AC57

RGB

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

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

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

R = 38.19%
G = 41.05%
B = 20.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#A0AC57 (or 0xA0AC57) is known color: Green Smoke. HEX triplet: A0, AC and 57. RGB value is (160,172,87). Sum of RGB (Red+Green+Blue) = 160+172+87=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC57 is #5F53A8. Grayscale: #9F9F9F. Windows color (decimal): -6247337 or 5745824. OLE color: 5745824.

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

Color convert

RGB 160 172 87 -
CMYK 0.07 0 0.49 0.33
HSL 68.47º 0.34% 0.51% -
HSV(B) 68.47º 0.49% 0.67% -
XYZ 30.97 37.67 14.65 -
YUV 158.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 160 172 87 0.07 0 0.49 0.33 68.47 0.34 0.51
Hex A0 AC 57 7 0 31 21 44 22 33
Octal 240 254 127 7 0 61 41 104 42 63
Binary 10100000 10101100 1010111 111 0 110001 100001 1000100 100010 110011

Color Harmonies of #A0AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC57

Black with #A0AC57

Text Example


Text Example

White with #A0AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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