Html Css Color HEX #A0AD57 Green Smoke

📋 copy color: '#A0AD57'

red 160 ◦ green 173 ◦ blue 87

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

Shades of Green Smoke #A0AD57

Tints of Green Smoke #A0AD57

RGB

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

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

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

R = 38.1%
G = 41.19%
B = 20.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#A0AD57 (or 0xA0AD57) is known color: Green Smoke. HEX triplet: A0, AD and 57. RGB value is (160,173,87). Sum of RGB (Red+Green+Blue) = 160+173+87=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD57 is #5F52A8. Grayscale: #9F9F9F. Windows color (decimal): -6247081 or 5746080. OLE color: 5746080.

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

Color convert

RGB 160 173 87 -
CMYK 0.08 0 0.50 0.32
HSL 69.07º 0.34% 0.51% -
HSV(B) 69.07º 0.5% 0.68% -
XYZ 31.16 38.05 14.72 -
YUV 159.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 160 173 87 0.08 0 0.50 0.32 69.07 0.34 0.51
Hex A0 AD 57 8 0 32 20 45 22 33
Octal 240 255 127 10 0 62 40 105 42 63
Binary 10100000 10101101 1010111 1000 0 110010 100000 1000101 100010 110011

Color Harmonies of #A0AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD57

Black with #A0AD57

Text Example


Text Example

White with #A0AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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