Html Css Color HEX #A0A857 Green Smoke

📋 copy color: '#A0A857'

red 160 ◦ green 168 ◦ blue 87

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

Shades of Green Smoke #A0A857

Tints of Green Smoke #A0A857

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

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

R = 38.55%
G = 40.48%
B = 20.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A0A857 (or 0xA0A857) is known color: Green Smoke. HEX triplet: A0, A8 and 57. RGB value is (160,168,87). Sum of RGB (Red+Green+Blue) = 160+168+87=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A857 is #5F57A8. Grayscale: #9C9C9C. Windows color (decimal): -6248361 or 5744800. OLE color: 5744800.

HSL color Cylindrical-coordinate representation of color #A0A857: hue angle of 65.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0A857 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 168 87 -
CMYK 0.05 0 0.48 0.34
HSL 65.93º 0.32% 0.5% -
HSV(B) 65.93º 0.48% 0.66% -
XYZ 30.22 36.17 14.4 -
YUV 156.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 160 168 87 0.05 0 0.48 0.34 65.93 0.32 0.5
Hex A0 A8 57 5 0 30 22 42 20 32
Octal 240 250 127 5 0 60 42 102 40 62
Binary 10100000 10101000 1010111 101 0 110000 100010 1000010 100000 110010

Color Harmonies of #A0A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A857

Black with #A0A857

Text Example


Text Example

White with #A0A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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